| Thread | Last Post | Replies |
|
| Copying a StyledDocument deeply | 21 Apr 2004 15:31 GMT | 4 |
In simple words, I am trying to copy a document (StyledDocument doc) to another StyledDocument instance. I call a editing class with one of the arguments (to the class) as "doc". This is the previously saved copy of textPane.getDocument(). I
|
| Should I Use JDialog For.... ? | 21 Apr 2004 14:51 GMT | 3 |
Howdy, all. I want to pop up a dialog box from a JPanel, but I'm not sure if JDialog/JOptionPane is the way to go. It may be to "busy" for
|
| JTable : colored rows | 21 Apr 2004 14:01 GMT | 5 |
I am trying to make a JTable with rows in different colors. It currently works a *bit*. I have created a new JTable, and use an AbstractTableModel with it. With this model, I can add serveral kinds of data to the JTable: Integers,
|
| row color in jtable | 21 Apr 2004 11:17 GMT | 4 |
how can i change backgroundcolor for row in jtable?
 Signature grzegorz dribczak
|
| how to convert a JTable to an image? | 21 Apr 2004 08:00 GMT | 3 |
I have code that will convert a JTable to an image, but the problem is that if the height of the JTable is greater than the height of the screen, the bottom of the table is cut off. I do not want to display the JTable on the screen at any time. Here is my code:
|
| xml markup & Java | 20 Apr 2004 19:54 GMT | 1 |
I would like to create a interface based on a XML definition like XUL , but I don't want to be dependend on Mozilla. I would also be able to define my own tags and use my own custom (swing) classes. Anybody experience and advice with this ?
|
| Rookie Needs help with tabs | 20 Apr 2004 18:20 GMT | 4 |
I have a few tabs on my panel. A strange thing happens, though, when I bring up the application--some of the fields from one tab show up on the other! How do I fix this?? Thanks,
|
| Select JTree root node | 20 Apr 2004 17:44 GMT | 4 |
Maybe this is very simple, but I am struggling to get the root node of a JTree if nothing is selected in the tree. On my JTree object, I invoke could invoke: ((DefaultTreeModel)bookmarkTree.getSelectionModel()).getRoot();
|
| how are Java GUI apps being used these days? | 20 Apr 2004 11:42 GMT | 3 |
Where are Java GUI applications being used currently? Since I've never seen shrink-wrapped Java software, I would think GUIs are used for in-house software or perhaps horizontal (business-to-business, as opposed to business-to-mass market consumer) markets? Any insight?
|
| Trying to extend a CharsetConverter | 20 Apr 2004 09:17 GMT | 2 |
I get the compiler error: can not resolve symbol: Symbol: CharToByte8859_1 location: package io
|
| Simulated Mouse Drags | 20 Apr 2004 07:01 GMT | 1 |
Sun's Swing tutorial section titled "How to Use Scroll Panes" states this about dragging and autoscrolls: "Setting the autoscrolls property to true makes the component fire synthetic mouse-dragged events even when the mouse isn't moving (because it
|
| How does JTabbedPane actually work? | 20 Apr 2004 06:50 GMT | 1 |
I'm currently trying to understand how JTabbedPane works to gain a better understanding of the inner workings of Swing. The problem I've run into is that I don't understand how the GUI is actually rendered with a JTabbedPane.
|
| Setting the size of a JTextField | 20 Apr 2004 01:37 GMT | 1 |
I'd like to set the size of a JTextField and at the same time limit the number of characters that can be entered by the user to a higher number, i.e, the user can see 30 characters but can write 50. How can I do this?
|
| Default JTree with the colors, sports and food nodes | 19 Apr 2004 15:58 GMT | 2 |
Is there a way to create a JTree with a null root node and no elements without Swing adding the colors, sports and food nodes automatically ? thanks
|
| how to write multi column listbox? | 19 Apr 2004 15:15 GMT | 2 |
I want to create a lightweighted multi column listbox in java, preferably without swing. If use JTable, I don't know how to include it in the applet when display it in the web.
|