| Thread | Last Post | Replies |
|
| TotallyGridBag | 17 Jan 2007 12:46 GMT | 2 |
I was putting together some comparisons of Layout Managers and am a bit stuck with GridBagLayout. In the example below, if you resize the frame so it is a bit narrower, the Password JTextField collapses to zero width. I recognised this as something I'd seen in madbean's ...
|
| JTables columns dragging under MATLAB | 17 Jan 2007 11:11 GMT | 1 |
Hi chaps, I'm developing a MATLAB GUI which uses JTables: I do not want the columns to be dragged but the code mytable.setDragEnabled(false);
|
| Executable not running | 16 Jan 2007 11:56 GMT | 1 |
Ciao, I realized a java program with several classes Metro.java ...
|
| JTextArea contraints | 16 Jan 2007 01:28 GMT | 9 |
I have tried and cont. to limit the rows(lines) on a JTextArea. I have created a PlainDoc. and have successfully limited the max char(s). The max chars is good for the text area as a whole if you start at 0
|
| silly newbie GUI question | 15 Jan 2007 18:36 GMT | 14 |
I must be missing something. None of the books I have or web sites I've visited talk about calling one java program from another. I have a "main" program which is a GUI. I have 3 buttons which when pushed, should call subsequent programs (classes) which have buttons on them
|
| Color-coded JProgressBar? | 15 Jan 2007 07:28 GMT | 1 |
I'd like to use something like a vertical JProgressBar to visualize the fill level of a container (a kanban card box, in this case). Can I define different colors (green, yellow, red)
|
| Switching GTK theme on Java 1.6 (i.e., mustang) | 15 Jan 2007 01:33 GMT | 1 |
I'm at a loss on how to change on-the-fly the theme (i.e., resource) for the GTK look and feel on Java 1.6 (Mustang). On 1.5 it was a simple matter of setting a system property (i.e., "swing.gtkthemefile") like this: System.setProperty ("swing.gtkthemefile", fGTKThemeFile);
|
| Java Swing Usage | 14 Jan 2007 13:37 GMT | 12 |
I teach a course on Java would like to get a feel for how many "real world" GUIs are developed using Java Swing. How many of you actually use Swing on a regular basis for developing GUIs for your company either for internal or external use?
|
| Field update loop problem | 12 Jan 2007 20:47 GMT | 4 |
I was wondering if anyone can suggest an elegant/simple way to solve this problem in my SWT application. Obviously I could use some sort of "brute force" method, but I would rather not. I have a number of Text fields, and they each have a field modify listener
|
| Eclipse plugin visual editor? | 12 Jan 2007 18:19 GMT | 3 |
I am rather new to Eclipse development so pardon me if this is a absent-minded question. Is there such a thing as a visual editor for plug in development? I am planning on developing a RCP application but would much rather visualize what I am making for my GUI. Thanks in
|
| Plugin visual editor? | 12 Jan 2007 15:48 GMT | 2 |
I am rather new to Eclipse development so pardon me if this is a absent-minded question. Is there such a thing as a visual editor for plug in development? I am planning on developing a RCP application but would much rather visualize what I am making for my GUI. Thanks in
|
| Web/JSP GUI Framework | 12 Jan 2007 10:53 GMT | 3 |
I'm looking to develop a JSP application which involves fairly standard data collection routines. For example, there will be a client screen that collects forename, surname, date of birth etc. and writes and reads this data to and from a "Clients"
|
| ListCellRenderer and button input | 12 Jan 2007 10:41 GMT | 3 |
I have created a ListCellRenderer that extends a JPanel in this panel I have added a JTextPane and a Button so that each item will have a button to remove that item from the list. but when I add items to the list I can't click
|
| Keyword extractor's source code....where I can find it??? | 11 Jan 2007 16:07 GMT | 1 |
Hi,sorry for my english but I don't speak it very well.... Someone knows where I can find the Keyword Extractor source code written in java? A software that analyzes a text and extract the keyword of the text (the most present words in the text....for example
|
| Race conditions with SwingWorker (Java 6) | 10 Jan 2007 22:21 GMT | 5 |
Is there an easy way to constrain the execution of all the process methods *before* the execution of the done method? My done method prints a final message and the last execution of the process method (induced by a publish in the doInBackground) prints a
|