| Thread | Last Post | Replies |
|
| Dual JTree interaction | 12 May 2006 15:34 GMT | 1 |
I have 2 jTree controls on a jFrame , And when I try to make the second jTree to react on the first jTree clicks , What is the correct OOP way to do it ?
|
| Drag and Drop in JTree with multiple selection | 12 May 2006 08:11 GMT | 2 |
I try to enable my JTree to allow me D&D while having multiple Nodes selected. Basic Problem here: When i start my Drag Gesture all nodes become Deselected except the one the mouse is over. Since my Code is already working without TransferHandler
|
| GUI Design question | 12 May 2006 08:05 GMT | 8 |
I have a question about specific gui code design which hopefully isn't off topic here. I've got a window that was mostly written by someone else, and it's incredibly difficult for me to know what the hell is going on with it
|
| Help with writing to a BufferedImage | 11 May 2006 21:12 GMT | 5 |
I have a method which will create a buffered image with a diagonal line across. For some reason I can not specify the color of this line (nor the background) but I will end up with a black and white image. --- cut ---
|
| HTML llink JEditor pane | 11 May 2006 18:33 GMT | 7 |
Folks I am creating an application where i am getting a file name by performing a search. This file name is displayed in JEditor pane.
|
| actionCommand from ButtonModel | 11 May 2006 16:47 GMT | 4 |
It's very strange that the last two lines have different output. The output of the last line is 'null', any idea? ButtonModel bm1 = jRadioButton1.getModel(); System.out.println(jRadioButton1.getActionCommand());
|
| menuKeyTyped and menuKeyReleased methods do not work. | 11 May 2006 11:11 GMT | 3 |
The code below has 3 menu items. If I highlight a menu item and press the Enter key, it will run System.out.println("press"); 3 times.
|
| Getting the cell or row count of JTable when using JComboBox | 11 May 2006 06:50 GMT | 2 |
This is the code I'm working with: //create the table and set the table model EventHistoryTableModel tableModel = new EventHistoryTableModel(crs, eventName);
|
| GUI in SwingWorker thread not updating | 10 May 2006 17:49 GMT | 2 |
Hi, I'm facing a problem with updating a GUI of a ProgressMonitor running in a SwingWorker thread: I have a JFRame based GUI that performs an action which brings up a JDialog, called A, in a SwingWorker thread. When I click the OK of
|
| JDBC Applet doesnt connect | 10 May 2006 03:01 GMT | 1 |
I am making this applet that connects to a databse server and brings back some data. It works fine inside eclipse, but when I run it using appletviewer or open the html file the getConnection() method fails with a null pointer
|
| JTable cell/row/col selection problem | 09 May 2006 23:40 GMT | 2 |
I asked for help on a similar but not exact situation a while back, which I solved thanks to the experts' advice. Today's new JTable issue is as follows: I want to show the selected row in a distinctive color, while at the
|
| Minimize window, keep floating JToolBar on screen | 09 May 2006 22:15 GMT | 2 |
I am using Java 1.4.2 and have a JToolbar on my main window. I can drag the JToolBar off the main window to make it float. Now, if I minimize the main window, the JToolBar seems to disappear and "Minimize" also. Is there a way where I can keep the floating JToolBar visible while the
|
| jscrollpane / jscollbar issue | 09 May 2006 18:09 GMT | 1 |
I have an applications which loads a jpanel into a jscrollpane. The jpanel holds a map. The jscrollpane is narrow (180 x 550). The program attempts to programmatically moves the map around in the viewport by getting the scrollbar:
|
| JTextPane - get location of selected text | 09 May 2006 10:41 GMT | 4 |
I have a little problem that causes a lot of trouble to my application :). I've got a JTextPane (but I can change it to anything that can edit a StyledDocument if it will help) and would like to mark some parts of the text with different background colours. The selections to mark ...
|
| Printing Clipping Problem | 09 May 2006 08:55 GMT | 1 |
I have tried to print the text strings, but I face the problem that was came from the right text clipping. I search in google and found some stubs related to my problem (this link below). http://bugs.sun.com/bugdatabase/view_bug.do;:WuuT?bug_id=4352983
|