| Thread | Last Post | Replies |
|
| Printing in Java | 12 May 2004 06:33 GMT | 1 |
Anyone know anything about createing a html file from a URL so that I can print it?
|
| JList display problem | 11 May 2004 17:28 GMT | 3 |
I am using a JList with a DefaultListModel. Most of the time, when I add elements to the model, the JList will display them ok. But once in a while, it doesn't. It'll display no elements I just added, but it acts like there's data being displayed (scrollbars will appear -
|
| Custom TreeModel: nodeChanged ? | 11 May 2004 13:42 GMT | 2 |
I'm learning Swing. Googling for "nodeChanged TreeModel" lead me to Sam's article of 9 Sep 1998 07:24:39 GMT in comp.lang.java.gui, where he wrote:
> If you are using the DefaultTreeModel/DefaultMutableTreeNode classes, the |
| Custom Component Sizing within JScrollPane | 11 May 2004 13:34 GMT | 1 |
I've done a bit of googling over this one, but can't seem to find anything about it. My situation is that I have a bunch of custom components which are mostly extensions of JPanel, and one JComponent. There's a hierarchy in which they
|
| JProgressBar selectionForeground/backGround | 11 May 2004 12:20 GMT | 1 |
After searching around the net for the answer I believed that I had found out how to change the colors of the text in the JProgressBar via UIManager.put("ProgressBar.selectionForeground", new ColorUIResource(Color.BLACK)) and ("ProgressBar.selectionBackground",
|
| Swing units | 10 May 2004 21:33 GMT | 8 |
Can Swing work with other units apart from pixels ? I mean, can I specify a size, position, etc... in inches or any other unit, for example ? thanks
|
| Sleep and refresh problem | 10 May 2004 10:32 GMT | 3 |
Here is my problem : I would like to display text in 3 JLabel, but I would like my 3 texts not to appear at the same time, but with one second between each of them. My code is below, but it doesn't work : nothing happens during 3
|
| 72 dpi assumption - when will it end!!!? | 10 May 2004 10:27 GMT | 7 |
<RANT> This is driving me nuts! Every Java IDE I've tried (and most java apps in general) are getting bit by this brain-dead 'feature' where the native dpi is ignored. My 1920x1200 lcd display, surprisingly enough is not 72 dpi.
|
| Swing and dragging within a panel | 10 May 2004 03:30 GMT | 3 |
I am new to Swing, and would like to know if the following is possible: I want to be able to drag and drop a component from within one component into another component. It makes more sense if I give an example; Is it possible to, say, move a text box in one panel into
|
| Explicitly setting window size in Swing | 09 May 2004 20:22 GMT | 1 |
I wish to be able to resize the window for my app when major elements are added by the user, so that they are visible (doing this would be a preference, of course). A BorderLayout is used for the main window. So far I've been unsuccessful, after trying quite a few approaches. Any ...
|
| add keybindings to a JList ? | 09 May 2004 10:51 GMT | 1 |
Is possible to add a key binding to a JList ? I want to be able to delete selected list items with the DEL key. Similarly, can I add a key binding to a JFrame to change its state ? I want to change the fullscreen state of a frame with the
|
| suitable layout manager? | 09 May 2004 10:38 GMT | 6 |
I'm building an option Window. This Window has some JLabels and JTextFields. I would like to show 1 jlabel and 1 jtextfield on a line. like: jlabel jtextfield jlabel jtextfield
|
| C and JAVA integration | 09 May 2004 06:38 GMT | 2 |
Gday folks, im looking into doing a little running project in JAVA, however I do want to integrate other pieces of equipment from this program. I would like to know if it is possible to run C modules from a JAVA program and if it is a
|
| Cell rendering in a JTable | 09 May 2004 05:55 GMT | 1 |
I need to make the cells in the 1st column look like the column header. I tried the following code but it didn't change anything: private void rendererTest() {
|
| Default Window's Fonts. | 08 May 2004 20:30 GMT | 6 |
What font should menu items be so that they follow the standard Windows settings that can be changed from Appearance tab in the Display Properties window. In standard MS apps, and most other apps, the fonts used for menus and other areas such as window title bars are linked to the ...
|