| Thread | Last Post | Replies |
|
| JTree, NodeIcons are not shown | 28 Jan 2004 16:33 GMT | 1 |
Hi everyone, I have a problem with JTree. I dynamically insert TreeNodes. Sometimes when I expand a node for the first time, there are no icons for the subnodes and leafs. when i collapse end re-expand, then the icons are there but the horizontal size of the Label is not wide ...
|
| "illegal component position" again | 28 Jan 2004 12:55 GMT | 1 |
Here's the problem: I have a JDesktopPane and I want to put two JInternalFrames in it. Here's the piece of code: getDesktopPanel().add(getPropsPane());
|
| My window flickers shortly when appears. | 28 Jan 2004 10:17 GMT | 4 |
I'm writing a gui based application on java 1.4.2 on win 2000. I have some windows that open after a a button press. Every time I open a new window this "flickers" shortly, it appears like it is drawed and then soon redrawed.
|
| problems with mouse events | 27 Jan 2004 23:07 GMT | 8 |
Hi there, ive been following a tutorial online, and am currently at a mouse events: http://www.javacooperation.gmxhome.de/indexEng.html The code they suggest to use is:
|
| Newbie: How to stack MDI GUI | 27 Jan 2004 20:18 GMT | 1 |
I like to create a multi document interface (MDI) GUI. Therefore I extend my main class from JFrame and use a JDekstopPane for the MDI. Now I like 3 JInternalFrames to display the actual content. In all these internal Frames I will have content which has to be scrolled. So how do
|
| Is JPopupMenu.show Flawed? | 27 Jan 2004 18:03 GMT | 4 |
I am using Java 1.3.1 on a Linux System. I have spent mucho time getting the JPopupMenu.show to work the way I require. My End User enters an equal sign in the Forms JTextField that triggers an
|
| JTextComponents and focus traversal keys | 27 Jan 2004 17:34 GMT | 3 |
There seems to be no easy way to have TAB and shift-TAB act just as normal focus traversal keys for a JTextArea/JEditorPane. BasicEditorPaneUI/BasicTextAreaUI remove/add them depending on whether the text component is non-editable/editable (BasicTextUI.updateFocus-
|
| Problem with HTMLEditorKit | 27 Jan 2004 15:35 GMT | 5 |
I'm developing an application which can let user to open and modify the HTML document within the class extended JInternalFrame. But I experienced a problem when closing the subclass of JInternalFrame. The code for saving the modificatino of the content is in follow:
|
| Problems using SwingWorker for JTree node rendering | 27 Jan 2004 13:02 GMT | 3 |
i am implementing a cell renderer for a JTree which displays a set of nodes. The nodes in turn represent local or remote (ftp, http, etc) files. in order to check whether or not each file is reachable or not i use an url connection. since this operation may be very time consuming
|
| Java Windows Service and Java GUI application | 27 Jan 2004 08:23 GMT | 1 |
I have a Java server application which runs as Windows service (jvm 1.4.1). I also have a Java GUI application (jvm 1.4.2). When the server is running, the GUI application doesn't start (no errors, just hang). When the server is stopped, the applications runs without any
|
| dynamic JComboBox (like URL's in Mozilla or IExplorer) | 27 Jan 2004 08:01 GMT | 2 |
I search for a editable ComboBox which behaves like the url fields in well known browsers. For example you type 'A' -> PopUp list shows all elements starting with 'A', when you type 'Ab' ... and so on
|
| How to set the default button in a JFileChooser dialog? | 27 Jan 2004 01:41 GMT | 1 |
How do I set the default button in a JFileChooser dialog? Thanks in advance! Thomas
|
| Exception when hiding a column in JTable using Java version 1.3 | 26 Jan 2004 17:00 GMT | 2 |
We trigger the hide/show of columns in a JTable from a JPopupMenu displayed on a right mouse button click. When the hide column menu option is selected we call the TableColumnModel.removeColumn(TableColumn) function and an exception
|
| Line Graphs(Charts) Packages | 26 Jan 2004 15:54 GMT | 2 |
I'm currently looking for a free java package, thats able to draw line graphs whilst the program is running - from data that my programs generating. Ive tried the usual google searches but I havnt found much. Just wondering
|
| How redirect event between two public class? | 26 Jan 2004 11:23 GMT | 3 |
How can I send information about event from one object of one class to another (belongs to another class)? Main class (1) is extension of JFrame and describes my main application window. Second class (2) inherited from JPanel creates JTree and places it
|