| Thread | Last Post | Replies |
|
| When enter key is pressed it should work like submit function | 02 Mar 2006 16:03 GMT | 2 |
In my login application, when user name and password is given, after entering password if user presses enter key, it should work like pressing submit button. how to do it?
|
| Urgent problem on a treeTable | 02 Mar 2006 11:52 GMT | 3 |
I'm using JXTreeTable from jdnc project on jdk1.5.0_06 The problem is when a row is selected if I try to expand (or collapse) the node cliccking on '+' (or on '-') it doesn't do nothing!! I have to select another row and then expand or collapse!!
|
| Self-changing font... | 01 Mar 2006 17:32 GMT | 7 |
I have included a test program below that isn't well behaved. If someone can identify the real problem, it will be much appreciated... If you run the program, and resize the JFrame, sometimes the Magic Text is printed in Times New Roman (desired behavior) and sometimes it is ...
|
| setting color for a JComboBox | 01 Mar 2006 14:20 GMT | 3 |
i want to know how to set the background color only for an JComboBoxitem when it has been added to JComboBox
|
| Swing: focus on row | 01 Mar 2006 12:08 GMT | 2 |
ello, I need to set focus on specified row in JTable, i.e. after some dialog I want to select last row, or row no 50... (I cannot find method like setSelected(int) or such things)
|
| Blank Applet on Startup | 01 Mar 2006 08:03 GMT | 1 |
I am attempting to correct an issue with a Java applet used by my university. On startup, in both IE6 and Opera 8.5x, the applet window is blank UNTIL one moves the mouse pointer onto the applet window. Then the contents of the applet window appears, and everything seems
|