| Thread | Last Post | Replies |
|
| Problems with JComboBox/ComboBoxModel | 15 Sep 2004 18:57 GMT | 1 |
Been working on this problem for a couple of days now, and with the help of some of the information I've found on these forums I've made progress, but still haven't entirely figured it out. I am working on a dialog that consists of 3 JComboBoxes. The values in the 2nd JComboBox
|
| Paint with IlvChart | 15 Sep 2004 16:50 GMT | 1 |
I have a problem with IlvChart (Ilog Jviews). I fill several datasets in a lopp before they are painted in an IlvChart. The first time, painting takes about 500ms, but this time
|
| How to change the font of a Label (AWT)? | 15 Sep 2004 15:43 GMT | 9 |
I am working on a small applet where I'm using a Label to display some text. I don't want to use the default font, so I tried to change it with setFont() - unfortunately it doesn't work, at least not the way I want it to. Here's a sample code snippet:
|
| Looking for Open Source Asteroids Game | 15 Sep 2004 10:59 GMT | 5 |
I appreciate any help that I can find on this. I am looking for an open source Asteroids / Blasteroids game. If anyone knows where I can find one or can point me into a better direction as to where I should look that would be great.
|
| How to use JTree with very large data? | 15 Sep 2004 09:14 GMT | 6 |
I have the following problem: I have this large amount of data, stored internally in some custom data structures (hierarchical ones, given the nature of the data - I am using some custom, tree-like structurs for this).
|
| A better looking JTable | 15 Sep 2004 05:40 GMT | 1 |
I want to create a JTable that emulates the appearance of native tables on Windows and OSX. In particular, if the panel that a table is in is taller than the size of the table (due to the table only having a few rows), I want the extra space in the table to be filled with empty
|
| Drag and Drop | 14 Sep 2004 23:13 GMT | 1 |
Does anyone know if it possible to implement right mouse button drag-and-drop (ala Windoze) on any platform using Java? On non-Windoze platforms? I have successfully used java.awt.dnd.* to implement left button drag-and-drop on Windows, Linux, HP-UX in the past.
|
| Info Photo | 14 Sep 2004 20:44 GMT | 4 |
I take a file with photo with this code: Toolkit toolkit = Toolkit.getDefaultToolkit(); image = toolkit.getImage(path); Then I would determine Height and Width of image.
|
| Is Java good for writing simple, yet sleek GUI apps? | 14 Sep 2004 18:25 GMT | 19 |
I have 10+ years doing C/C++/Unix development writing databases, compilers, and network software. I have a few years of Java experience. I need to write a GUI application for the fairly recent
|
| Default look and feel | 14 Sep 2004 17:38 GMT | 2 |
I'm noting that the Metal look and feel is returned as the system look and feel. While it's not bad, Motif would be closer to the look and feel of other programs on the system. I know I can select Motif on a program by program basis, but it would be easier (and more flexible if I ...
|
| Dialog Look and Feel | 14 Sep 2004 17:32 GMT | 2 |
I'm working my way through the book "Learn Java2" and have a question regarding Look and Feel. He references the ability to change the look and feel of the standard dialog boxes (even shows them displayed with a different look and feel). He
|
| JTextPane mixing with HTML. | 14 Sep 2004 16:39 GMT | 5 |
If I wanted to load up a html file with the satPage command and then add some components like a JButton can I do that with JTextPane. As I have tried and it just ignores any components that I add after the setPage command.
|
| BeanTreeView scrollbar controls | 14 Sep 2004 14:06 GMT | 1 |
I am trying to move the scrollbar(JScrollBar) by code inside a BeanTreeView object. The scrollbar refuses to budge even after I use scrollRectToVisible......This is what I do (object btv of type BeanTreeView)
|
| problem with two JFrame | 14 Sep 2004 13:28 GMT | 3 |
I have a JFrame vith various JPanel. Attached to a component there's a listener. When double-click occured a second JFrame will open. If i close this with X all application go closed. Why why why why?!?!??! I want close second JFrame but not first! :-(
|
| Focus problem with InputVerifier and window listener. | 14 Sep 2004 08:17 GMT | 1 |
There is some a problem with focus. In the JFrame we have a text field. If an invalid data is entered in the textfield then an error message has to be shown. we have written an action listner for close button ("X"
|