| Thread | Last Post | Replies |
|
| JFileChooser | 14 Apr 2008 04:14 GMT | 3 |
for some reason when I open this dialog the button still says "Open" chooser.setDialogType(JFileChooser.SAVE_DIALOG); chooser.setMultiSelectionEnabled(false); chooser.setFileSelectionMode(JFileChooser.FILES_ONLY);
|
| Close a frame, not the application? | 13 Apr 2008 16:03 GMT | 3 |
In an application I open a new frame by clicking a button in the main frame. When I close the new frame, the application terminates. How can I close the frame, without closing the application? Thanx,
|
| disable jcombobox item | 09 Apr 2008 22:20 GMT | 5 |
I would like to disable an item in a JComboBox. By "disable" I mean to grey-it out or otherwise indicate to the user that this item is not a valid selection. They should still be able to select it but it should look different.
|
| Switching languages in Swing GUI on the fly | 09 Apr 2008 06:55 GMT | 5 |
Hi, everyone. I'm currently creating a program that will be translated to at least three different languages. I want it to be possible to change languages on the fly. So far I've been using Runnables that set the texts on all components
|
| java programming | 08 Apr 2008 01:03 GMT | 1 |
http://computer-language-tutorials.blogspot.com/2008/01/java.html
|
| Java developper exam | 07 Apr 2008 10:31 GMT | 2 |
I want to certify for the java developper exam. I have the following question : In the gui you must have the possibility to book a record. Is it allowed to add new functionality like release a record. The assignment does not say it is needed. My oponion is that it is reasonable ...
|
| tel me | 06 Apr 2008 18:40 GMT | 3 |
What are the possible peremeters of the showInputDialog(), and showOutputDialog ()?
|
| Newbie: Update of window | 04 Apr 2008 00:11 GMT | 4 |
I am new to Java and Swing. I have tried to search the net (including comp.lang.java.gui FAQ), but I cannot figure out what is wrong with the following test of swing. The window only updates when I am changing the size of the window. How do I get the program to update
|
| IFC | 01 Apr 2008 14:43 GMT | 2 |
|
| How to update JTable from JMenuBar? | 01 Apr 2008 09:39 GMT | 4 |
The initial problem is to update JTable when user opens file from my JMenuBar I handle JMenuBar events by implementing AbstractAction My JTable has its own implementation of TableModel (I extend
|