| Thread | Last Post | Replies |
|
| MVC Framework for Swing? | 14 Jun 2006 16:08 GMT | 6 |
I'm looking for an MVC framework for Swing apps. I'm thinking of something similar to Struts, but for desktop apps. I keep on writing controllers for each Swing app I develope, and I can't believe there's not a framework out there to expedite this.
|
| JTable AUTO_RESIZE_OFF with columns filling space | 14 Jun 2006 13:22 GMT | 1 |
I have a JTable which I put into a JScrollPane. I want the auto resize mode to be JTable.AUTO_RESIZE_OFF...so that the scroll bars will appear upon resizing columns. However, I want the columns to initially fill the width of the table.
|
| Algorithm to display rectangles | 14 Jun 2006 08:59 GMT | 1 |
I am drawing a figure for Data Modelling Diagram which is containing number of rectangles and lines which are connecting them. I am using SWT's draw2d. I have calculate position of rectangles and start/end ing point of
|
| i18n in swing, trouble | 14 Jun 2006 08:14 GMT | 3 |
I am building my first Gui with Swing, and in the same time I need to use the i18n to make it work in Japanese and English. I use Eclipse and its great Visual Editor to save time, all my files are utf8 encoded. And, I am under WinXp...
|
| TabbedPaneUI painting question | 14 Jun 2006 04:39 GMT | 1 |
I'm writing my own TabbedPaneUI that extends BasicTabbedPaneUI, to get a certain look. I mostly have the look I want but there's one detail I can't figure out. Suppose the tabs are on TOP. The code draws each
|
| Get a free "Java Swing " ebook | 13 Jun 2006 22:47 GMT | 6 |
Swing has something for all Java audiences, but is mainly intended for experienced and advanced GUI developers. Each chapter begins with a discussion of relevant classes and interfaces, often interspersed with small example applications to demonstrate key features. The remainder
|
| Find out VK_CUT / VK_COPY / VK_PASTE actual combination | 13 Jun 2006 16:36 GMT | 1 |
I'm making a context menu to expose some actions of a text component. I want to show the key bindings of the actions setting the key strokes as accelerators of the menu items. The problem I face is by default the Cut/Copy/Paste operations are
|
| Style combining | 13 Jun 2006 08:06 GMT | 1 |
How do I get two styles in a JTextPane to work together? Or, in another way, I have 3 styles (Bold, Italic, and Underline), how can I use two of these at once?
|
| Displaying background color for treenodes of JTree | 12 Jun 2006 22:47 GMT | 6 |
As part of tree, i wanted to display a alternative background row color for each node of JTree. Could you please let me know how can i do it. Please send me some example programs.
|
| Sorting details in JFileChooser open dialog | 12 Jun 2006 21:09 GMT | 1 |
Is there a way to sort the name, size etc., columns in details view in JFileChooser open dialog? They are not sortable by default. Thanks in advance,
|
| Background Color | 12 Jun 2006 09:49 GMT | 2 |
I am trying to change the background color of a JTable by using the following code. JTable.setBackground(Color.blue); The thing is that the cells still remain white, i know i am doing
|
| The simplest way to show a large output string? | 11 Jun 2006 19:09 GMT | 3 |
Hi, What I want to do is quite simple: I want to show a large output String. The user then will press "OK"; then the output window disappears, and the program continues.
|
| JTabbedPane and child components | 11 Jun 2006 16:35 GMT | 1 |
Hello. I have JTabbedPane with couple of Tabs. Each tabs chave JEditorPane. My question is: how to get JEditorPane object from (current) active Tab? Regards
|
| swing not thread-safe | 10 Jun 2006 18:38 GMT | 1 |
Sun makes the statement: "Once a Swing component has been realized, all code that might affect or depend on the state of that component should be executed in the event-dispatching thread."
|
| PopupListener for multiple Components | 10 Jun 2006 13:21 GMT | 2 |
I have an instance where I need the same popup menu usable for more than one component (but only one at a time). Is the class below a reasonable modification of the one shown in PopupMenuDemo.java, or is there something I've missed here?
|