| Thread | Last Post | Replies |
|
| difference between JDialog's dispose() and setVisible(false) | 07 Aug 2007 13:17 GMT | 3 |
Is there any difference between dispose() and setVisible(false) of JDialog. As i know, both just close the dialog when called. However unlike show() why is dispose() not deprecated? Thanks,
|
| Is it possible to create a truly fixed size component? | 06 Aug 2007 22:26 GMT | 3 |
I'm trying to make a JFrame application that emulates an 80 by 24 terminal with fixed width font (for displaying a Roguelike game). But around the terminal part, I'd like to be able to place other components as well (list of items held, etc). I'm not very experienced
|
| HyperlinkListener in JTree | 06 Aug 2007 11:03 GMT | 1 |
I have a Problem with a JTree. I want display the Text in the Nodes with HTML. - RootNode - Node1 text bla bla <Link1> normal text <Link2>
|
| building DefaultTreeModel from List<String> | 03 Aug 2007 19:23 GMT | 2 |
I hope someone can explain to me how to build my DefaultTreeModel from a List of delimited Strings. I get from my news server a list (some tens of thousands) of newsgroups in the form:
|
| confused about the sequence of event listener execution | 03 Aug 2007 08:22 GMT | 8 |
Hi, all, I have a question about execution order of event listeners when an event occur and two or more listeners are registered for that event. For example, I have a panel class that contains a textfield for enter
|
| Cell Renderer for JTable | 02 Aug 2007 23:44 GMT | 1 |
Does anyone know if more than one column of a table in Swing can have a custom cell renderer set to it? I have a table in which setting a custom cell renderer for one column works fine, but when I set a renderer for one more column it causes issue with display of my GUI.
|
| JTextArea append method doesn't always append | 02 Aug 2007 21:18 GMT | 13 |
I have an application with many custom loggers, and a number of JTextArea instances for displaying the log entries written to the loggers. Each JTextArea has a thread associated with it that continuously pulls entries out of a particular logger and appends that text to the ...
|
| SWT Question: How to set the absolute split position of a Sash? | 01 Aug 2007 13:28 GMT | 1 |
The Sash in contains 3 SashForms. Ideally, the user wants resize weights of { 0, 4, 1 }, but the problem is that the weights are also used to determine the initial splitter positions, so if we set the first weight to zero, it collapses the first pane to zero-pixels.
|
| JScrollBar problems | 01 Aug 2007 12:32 GMT | 6 |
I am trying to force the scrolling to show the top of what I have just generated in a JTextArea. JTextArea howTo = new JTextArea( ... );
|
| VisAD vs PtPlot | 01 Aug 2007 08:43 GMT | 1 |
I am starting some simulation scientific work at university. I am wondering which one to choose? Does anyone know which is best?
|