| Thread | Last Post | Replies |
|
| CTRL-X (Accelarator is not working for JMenuItem) | 27 Aug 2003 15:16 GMT | 3 |
I am sending a JMenu creation code sample examples. Why CTRL-X (Accelarator key is not working for Menu Item). Is there any solution to make it working. Regards
|
| [SWING] TableHeader with multiple JComponents | 27 Aug 2003 12:55 GMT | 6 |
i put a JPanel with a JButton and a JTextField in a the Header of a JTable. Code-snippet: ---------------------- Enumeration enumeration = tableView.getColumnModel().getColumns();
|
| Knowing a tree file system explorer component? | 26 Aug 2003 16:26 GMT | 5 |
Do you know a component providing a tree view of the filesytem? (like the left part of windows explorer but also showing the files) I plane to use it in a commercial product, so it must be a LGPL or commercial component...
|
| prob. with Font.createGlyphVector(frc, String) | 26 Aug 2003 01:37 GMT | 1 |
When the Glyphvector returned by the method Font.createGlyphVector(frc, String) is displayed, leading spaces are trimmed and this is a problem because I need to map coordinates in pixels to characters in a String.
|
| Table column resizing from cell border | 26 Aug 2003 01:25 GMT | 1 |
Is it possible to resize the JTable column from cell border? I couldnt find any way to do it till now. Basically i have a tbale with one row and multiple columns. I want to suppress the table header but still want to allow user to resize the
|
| moving a pixel | 25 Aug 2003 05:59 GMT | 8 |
I've decided to play with Jframes and Canvas and plan to do the following trick : I create a canvas in Jframe create a pixel in it and move it.
|
| good wysiwyg editor? | 25 Aug 2003 03:40 GMT | 5 |
knows someone a good and easy to use wysiwyg editor for gui creating in java? Or is it better to selfCode? thanks for help Patrick
|
| App that is parented by either JFrame or JInternalFrame - strategies? | 25 Aug 2003 01:13 GMT | 1 |
I have to create an app that can be parented by either a JFrame (ie, floating on the desktop) or a JInternalFrame (ie, inside of an desktop environment). Are there well-known patterns/models for doing this type of stuff? My initial strategy is to create an interface providing common ...
|
| How to display 16 bit data with pseudo colormaps in java | 24 Aug 2003 07:51 GMT | 5 |
I am trying to display 8 bit and 16 bit medical gray images. I would like to use a pseudo color map using the IndexColorModel facilities in Java. The methods related to the IndexColorModel expects the colormap to be passed in three 256 long arrays (one for R, one for G, and B). This ...
|
| Tinting an image | 24 Aug 2003 05:44 GMT | 1 |
I have a class which extends JLabel, which is basically for an Icon View kind of a thing. Minimize your newsreader and click on any item on your desktop and you will have the idea of what I'm trying to do. I'm no slouch at java programming, so the component is pretty much done.
|
| TitledBorder.setTitle() problem | 23 Aug 2003 22:35 GMT | 1 |
I'm trying to modify the title of a TitledBorder at "run time". But, what I find is that the title doesn't change unless I iconify my app., or cover/uncover my app. window with any other window - some kind of a refresh/repaint problem.
|
| JButtons, JButtons, JButtons | 23 Aug 2003 18:43 GMT | 1 |
I am rather new at Java. Here's the problem... I have tons of JButtons in my class. In my code I am using the following methods for each and every button: setFont
|
| JTable in a JScrollPane (but not the usual problem :-) | 23 Aug 2003 12:14 GMT | 1 |
First post to this NG, so please be nice :-) The O'Reilly "Swing" book, the API docs, and various FAQs haven't helped me with this issue; perhaps someone here can. I understand that in order to make my JTable behave properly
|
| Graph to Image | 23 Aug 2003 12:05 GMT | 5 |
can anyone tell me how to convert an Graphics to an Image? I draw into a Graphic but afterwards I need the Graphic as an Image. How do I do that? Thank you, Rolf
|
| How to get an extensive JScrollPane/JPanel | 23 Aug 2003 11:58 GMT | 1 |
Hey all , I have a drawPanel class which extends from JPanel. I am drawing graph on this drawPanel. I put this drawPanel into a JScrollPane. But what should I do to make the drawPanel's size getting
|