| Thread | Last Post | Replies |
|
| Saving frame's state and normal state bounds between application sessions | 18 Oct 2005 22:43 GMT | 16 |
I have encountered some quirks trying to save a frame's state and normal (not maximized) state bounds between application sessions. First, I've found the following thread which discusses the exact issue I'm after:
|
| JTable appearing to not conform to specification | 18 Oct 2005 09:16 GMT | 11 |
I am probably wrong, but it appears that some aspects of JTable do not function as specified in the documentation. Specifically it seems that if you reorder the columns then the getColumn(col) method of TableColumnModel returns the wrong column. It returns the column as if the ...
|
| chaning label sizes during runtime | 18 Oct 2005 07:05 GMT | 5 |
hi all, I have a minor problem in my application (sorry I can't post any code, so I'vm only asking for guidance in the general case, not this specific one).
|
| Painting a zoomed component. | 18 Oct 2005 05:51 GMT | 3 |
My app paints a background image, different guide lines with handles etc. in a JPanel. I want to have a zoomed in version of this. I cannot use Robot.createScreenCapture() as this I display the image, guides, etc. using different zoom levels, and scaling a captured image is of no ...
|
| HTML offset | 18 Oct 2005 01:32 GMT | 5 |
Part of my code is meant to create a link to a document. If I use HTMLEditorKit, I can use insertHTML. 1 of the arguments is offset, but I have no idea what this is. Anyone? This is the start of my insertingcode (obviously not complete yet).
|
| JTable column type changing after custom rendering | 18 Oct 2005 01:28 GMT | 3 |
J2SE 5.0_05 on Windows Server 2003 SP1. I have a column in a JTable whose data is of type Integer but when I try to do some custom rendering of that column it appears that the JTable thinks it's a String and left justifies the display instead of right justification
|
| Draw separation line? (a la lowered etched border) | 17 Oct 2005 22:04 GMT | 4 |
Is there a standard way in Java to do a separation line, a la the line drawn when using a lowered etched border? Perhaps there is no such standard way than to draw it yourself, in which case I would like to know how to uptain the L&F dependent system colors I would need.
|
| need popupmenu help on tree items | 17 Oct 2005 20:47 GMT | 8 |
Hey all, I'm trying to figure out how to know when I'm right clicking on a specific node in my JTree. If I click on a specific leaf marked as "superheroes", then I want the option of being able to right click on
|
| F: GUI builder plugin for eclipse | 17 Oct 2005 17:39 GMT | 2 |
I'm looking for a recommondation for a plugin for eclipse which allows me to "draw" the interface an creates appropriate code. I have been testing two of them (Jigloo and GEF), but both did not work how I wanted them to.
|
| Show jpg picture on screen directly. | 17 Oct 2005 11:01 GMT | 1 |
When I receive a jpg file from Bluetooth, how can I show it to screen directly ( user do not have to press open file ... ect. ) Best regards, Boki.
|
| How to keep a Swing Window (frame) on top of all other windows | 17 Oct 2005 07:54 GMT | 14 |
I am looking for a way to keep the main window of my swing application on top of all other windows open on desktop. I couldn't find anyway to accomplish this in JFrame API. If anyone knows this, please let me know. thanks in advance.
|
| How can i made the knob of the JScrollPane scrollbar smaller in size | 17 Oct 2005 07:50 GMT | 8 |
I had implemented one JScrollPane. I wan't to reduce the size of horizontal and vertical scrollbar KNOB(the area between two buttons) smaller than before how can i do that.
|
| args[] question | 16 Oct 2005 17:11 GMT | 8 |
I have a method in which keyboard input from a showInputDialog will be read. My idea is to use args[0] for it, like this: File bestand = new File(args[0]); if (!(bestand.exists()))
|
| some advise? | 16 Oct 2005 04:52 GMT | 6 |
I'm writing a GUI in Java, but I want it to run either as a Web-program or from inside M$ IE (I hate it, but that's the browser they use). Can I run a normal GUI as such or should I write an applet? Thanks
|
| JFormatterTextField problem | 16 Oct 2005 04:48 GMT | 8 |
I have a JFormattedTextField and a JTextField in the same dialog. When i set the "enabled" property of both of them to false, both are disabled, but the JTextField is greyed out while the JFormattedTextField remains white.
|