| Thread | Last Post | Replies |
|
| JComboBox as a CellEditor in a JTable in Mac LAF | 24 Aug 2004 06:37 GMT | 4 |
I've got a table where I want to be able to edit the cells using a JComboBox. I have no problem using the DefaultCellEditor and getting the thing to show up... However, since the default row height in the table is 16 and the height of the JComboBox is 22, the values in the
|
| How can I trap UI events non-intrusively? | 23 Aug 2004 23:26 GMT | 4 |
We have some Computer Based Training (CBT) software for different GUI business applications on MS windows OS. We currently have Win32 API and COM based libraries that let us create training applications that are tightly integrated with the business applications. We do this by
|
| Syntax error in Eclipse on super() | 23 Aug 2004 20:39 GMT | 5 |
This has me stumped!! I receive an error in Eclipse on the line 'super("Unlock");' saying : ' Syntax error on token "(" , "." expected ' Now when I comment that line out, the next super gives the same error.
|
| move nodes up or down in a JTree/TreeModel? | 23 Aug 2004 16:53 GMT | 6 |
no info found with google, but I hope anyone here has experience with changing a JTree / TreeModel. What I want, is to move a node, with his children of course, up or down the tree one place, when the up/down button is pressed. I have some experience with adding nodes and ...
|
| Selecting all the text in a JTextField | 23 Aug 2004 14:49 GMT | 3 |
The default behaviour when focus passes to a JTextField appears to be for the cursor to go to the end of the text. I would like to set it up so that all the text is selected and typing anything will erase the old text.
|
| Link Button component ? | 23 Aug 2004 13:53 GMT | 6 |
Is there any Swing component similar to the link buttons in the left sidepanel of Windows XP explorer (the task panel) ? thanks in advance
|
| GUI archiver | 23 Aug 2004 13:49 GMT | 3 |
Could anybody point me to a free GUI archiver written in Java, please? Thanks in advance. -- J
|
| Z order problem in Swing | 23 Aug 2004 09:09 GMT | 4 |
I have two components, one a JFrame and one a JDialog. They overlap. I want to make the JDialog always appear in front of the JFrame. How can I do it? I've been messing about with JLayeredPanes, setting the positiong and layers and so forth. Nothing I do seems to make any
|
| problems with showing a JFrame | 23 Aug 2004 08:44 GMT | 8 |
I have a problem, when i want to start an application, not everytime but sometimes. In the main method i call the method show(), but as i found out, sometimes the method show() is called, but then, nothing else happens.
|
| What is the win32 API/COM equivalent in java? | 23 Aug 2004 05:15 GMT | 1 |
We have some Computer Based Training (CBT) software for different GUI business applications on MS windows OS. We currently have Win32 API and COM based libraries that let us create training applications that are tightly integrated with the business applications. We do this by
|
| Live floorplan implementation possibilities - any open source/free code? | 23 Aug 2004 00:46 GMT | 1 |
I'm developing integrated home automation/entertainment system based on open source programs. To be really user friendly I'd like to implement live-interactive floorplan feature - possibly over HTML page. Nice example what I'm looking for is here:
|
| how to set focus to an AWT edit field? | 23 Aug 2004 00:39 GMT | 9 |
Hi, I am desinging GUI, Everytime I update the plot in axes window, the focus on the edit UI control is lost. How can I set focus back to this edit field control to let the user continue
|
| GUI-less application | 22 Aug 2004 13:13 GMT | 3 |
Here is my problem. I'm currently modifying a program to run without the GUI. It shall run on a headless system where X is not installed. When I remove the statement that invokes the GUI, the program just continues reading statements and exits. The GUI somehow kept the
|
| Urgent: Applet display Object in XP | 22 Aug 2004 00:17 GMT | 6 |
In my applet I have a JComboBox. This combo box is filled in with strings. My applet works fine under Windows NT, 2000 but under IE from XP and Windows 2003 the selected item from my combo box shows the Object
|
| focusing issues | 20 Aug 2004 21:35 GMT | 5 |
I've got such a problem: There is a main JFrame from which a number of JDialogs are launched. All JDialogs are non-modal. What I would like to achieve is: 1. whenever the JFrame (main window) or any of the JDialogs is clicked,
|