| Thread | Last Post | Replies |
|
| Charts & Graphs in Java | 19 Jul 2004 08:21 GMT | 2 |
Is there any way to design charts and graphs (bar graphs, line graphs, etc.) in Java for a standalone application/applet without having to manually unroll a new charting tool using Graphics (i.e. design it from scratch)? I have looked through the Awt and Swing API's, and so far ...
|
| Vietnamese Character Display | 19 Jul 2004 08:00 GMT | 2 |
I want to display vietnamese text (encoded in unicode) from a Oracle Database. I get the data from the database with resultSet.getObject(i). The table is than given into a JTable with
|
| InternalWindow Icon | 16 Jul 2004 18:01 GMT | 3 |
diese Frage wurde schon hundertmal gestellt aber noch nie so beantwortet wie ichs bräuchte. Und zwar Wie ändere ich das Icon bei einem InternalWindow?
|
| Swing Event | 16 Jul 2004 17:11 GMT | 2 |
I begin with Swing and I'm a little bit confused by "event management"! 1) Should I work with Event, Action or ActionEvent ? What are 3) the difference between these objects ?
|
| [Eclipse][Example] JTree | 16 Jul 2004 09:16 GMT | 1 |
I need an example of a JTree, wich was generated by Ecplise VirtualEditor. Eclipse VE give me this structure and I don't know how to go on! Thanks for any help!!
|
| swing event queue size | 15 Jul 2004 22:45 GMT | 4 |
Does anyone know how to get the size of the swing event queue? I'm debugging a near-real time application and I want to check to see
|
| Graphical editor - question | 15 Jul 2004 14:41 GMT | 4 |
I'm writing a small graphical editor. In my editor I want to add some rectangles (which can contain sub rectangles an they can also contain sub rectangles an so on). The rectangles should be moved an resized with the mouse (normal
|
| JInternalFrame Decorations | 15 Jul 2004 01:05 GMT | 1 |
Is there any way to not display the standard icons (close, maximize, minimize) in a JInternalFrame? Thanks in advance, Abby
|
| Sound delaying repainting | 14 Jul 2004 22:17 GMT | 4 |
Hello, I am trying to create a game which invloves moving a car around the screen to collect various static objects. When an object is hit, a sound clip is played and the car suddenly slows down then speeds up again after the sound file has finished. The problem only occurs in IE, ...
|
| ComboBox loaded with array list | 14 Jul 2004 22:09 GMT | 3 |
I usually load comboboxes with a list of strings in a Vector but I want to try and load with a list of objects which themselves contain strings. How do I customise the ComboBox to do this. I know I can load them using defaultComboBoxModel but how do I get the combobox to see the ...
|
| Currency or Decimal JTextField | 14 Jul 2004 19:37 GMT | 2 |
I am looking for a JTextField extension which will only allow decimal numbers. Can anyone point me to one? Thanks
|
| MVC implementation question | 14 Jul 2004 13:40 GMT | 1 |
I am trying to convert my GUI widget into an M(VC) architecture. The widget consists of the following classes and interfaces:
|
| Serialization | 14 Jul 2004 11:20 GMT | 2 |
I have written implementation of tool bar - however it is not a (J)Component - it's just a control class. It has possibility to define Container(s) to which tool bar can dock. However I have no idea how to serialize it - how can I find after
|
| how can I manipulate windows using Java? | 14 Jul 2004 07:53 GMT | 3 |
Dear folks, Is there a way for Java to manipulate other/non-java windows on Windows XP and Redhat Linux? for instance, hide a window, show a window, etc. Thank you,
|
| Set the speed of a JSpinner? | 13 Jul 2004 23:11 GMT | 2 |
Is there any means of setting how quickly a JSpinner will spin through its list? I'm interested in limiting the rate for a number-based JSpinner, so to one change every third of a second if you keep the mouse button down. Cheers,
|