| Thread | Last Post | Replies |
|
| DefaultCellEditor JComboBox and JTable | 07 Dec 2005 21:00 GMT | 1 |
Folks, Java 1.3.1 it is old I know but it is what I need to be using. My class ConverterModel holds a list of objects using a DefaultListModel. The list contents get modified by other software
|
| Wanted: AWT grid | 07 Dec 2005 15:33 GMT | 4 |
For a project, I'm looking for a grid/ table component which is written with AWT. Does anyone know where I can find such components? Regards, Dennis
|
| JTable | 07 Dec 2005 09:42 GMT | 8 |
I want a JTable where a new row is added every 5 seconds. I want to see on screen this adding. How can I do? This is my code:
|
| Custom Sorting FileChooserDialog | 06 Dec 2005 22:56 GMT | 3 |
Hello. I'm attempting to create a File Chooser Dialog where the files are displayed in a natural sort order as opposed to the lexical sort order that Linux ls provides. This is so the files are sorted in a more XP'ish ordering.
|
| Need example of sophisticated master/detail GUI | 06 Dec 2005 12:27 GMT | 1 |
I am looking for an example of a master/detail GUI that give the user a good visual context as they drill down from the master to a detail record, and then to a detail record of the detail record.... For instance.... a directory application, it has a master record
|
| map logical Dialog Font | 06 Dec 2005 12:05 GMT | 2 |
Hi, i want map logical Dialog Font to use Lucida Sans without use font.properties file but at runtime. I have problem between window and linux: windows have map Arial
|
| JTable and input methods (or, and: focus in JTextField) | 05 Dec 2005 09:53 GMT | 2 |
Another question. I am developing an application to help users practice their Chinese vocabulary. Part of the application is a "dictionary editor", that allows the users to enter the vocabulary in the first place. The dictionary editor is essentially a JTable. The first column
|
| Assigning Int values to enum list object? a priori or post-coitum? | 04 Dec 2005 21:38 GMT | 1 |
Hi.I'm a brainlocked javaholic. I haven't had a drink in..... wah,wah,wah. ;-) I'm writing a cardgame which creates card objects from enums, shuffles them, then deals a hand, which then becomes interactive.
|
| Rotate Swing Components | 04 Dec 2005 00:37 GMT | 6 |
I have an application that displays some Swing Panels (with content). Now a feature shall be added to allow rotating of such a panel. That means no animation but say the whole jPanel is turned clockwise by 30 degrees. I tried to make use of java.awt.Graphics2d.setTransform( ...) ...
|
| PaintComponent And IP address problems | 03 Dec 2005 22:50 GMT | 1 |
Hi everybody!I'm developing a Swing application and I have the following problems.The ap dislpays some PCs in the university LAN.i)I draw a line between each PC and I want the line to be repainted everytime the PC is moved.I changed the paintComponent method ,but it
|
| MDI Manager | 01 Dec 2005 21:54 GMT | 2 |
Hello, I'm looking for a MDI manager called something like "node" but i can't remember the name. Does anyone? I guess that Poseidon uses it because its gui looks the same. Thanks a lot!
|
| Turning off line wrap in JTextPane | 01 Dec 2005 16:22 GMT | 6 |
Is there a way to turn off line wrap in a JTextPane? I have read through the complex documentation and can't seem to find an easy way to do it. Do I have to do it manually? Thanks,
|
| paintComponent question | 01 Dec 2005 16:08 GMT | 13 |
I've been trying to pass coordinates to a class with paintComponent, but so far I can't get it working. Unfortunately, I can't get the class selfrunning. This is the code I have now: /*
|