Forum: Java Aug 15th, 2008 |
| Replies: 1 Views: 793 Apparently this is a known bug in java - see link below:
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6729824
I got around it by doing mycombox.getEditor().getItem() rather than... |
Forum: Java Aug 12th, 2008 |
| Replies: 1 Views: 793 Hi,
I have a swing app where I am using (among other things obviously) an editable JComboBox and a jButton.
when the JButton is clicked, it does some processing and uses the value in the... |
Forum: Java Oct 10th, 2006 |
| Replies: 5 Views: 2,695 Would you happen to have some sample code? |
Forum: Java Oct 9th, 2006 |
| Replies: 5 Views: 2,695 Hi,
If I have a JComboBox which has a list of Strings which can be selected, is there a way to insert a line/horizontal rule inside to indicate some sort of grouping of values? If so, how do I... |
Forum: Java Mar 24th, 2006 |
| Replies: 2 Views: 1,937 If I have a swing app where I have 3 JPanels inside the content pane. By default, it makes it so that all 3 panels take up 33% of the overall size of the app. I would like to make it so that the... |