| Thread | Last Post | Replies |
|
| Is this a bug in javax.swing.JFileChooser? | 18 May 2007 07:40 GMT | 8 |
When I open a JFileChooser. If I SINGLE click a directory and click the Open button. Then I got return $paths/selected_directory. That is good!
|
| prevent JList from automatically resizing itself | 17 May 2007 15:42 GMT | 1 |
I've looked at: http://groups.google.com/group/comp.lang.java.gui/browse_thread/thread/8f2784a48 1defe49/8e5402c334e46ad7 http://groups.google.com/group/comp.lang.java.gui/browse_thread/thread/f1bdc29ee 376c36/4ed497533441e301 and still have a question about JList resizing. In most ...
|
| automatic refreshing of JTree not working | 16 May 2007 23:19 GMT | 6 |
I'm having a hell of a time trying to get a JTree to automatically refresh to show that a node has been moved from one parent node to another. I'm using the following statement to move the node to the new parent: model.getTreeModel().insertNodeInto(movedNode,
|
| adding an internaljframe to a jdesktopplane using an internaljframe | 16 May 2007 05:24 GMT | 1 |
I'm running multiple internaljFrame application, and i have a jtree to select what internaljFrame i want to open. each frame is a class to itself, because I'm using packages. I'm not able to get a new internaljframe to open (more like become visible) in the jdesktopplane
|
| 3rd party Swing Themes | 14 May 2007 15:37 GMT | 3 |
Just wondering, are there any 3rd party Swing themes available? I'd like to try some different appearances than the built in look and feel and changing a color (http://www.codeproject.com/java/theme.asp). Our project doesn't have the time in the schedule to mess around with the
|
| How to know when does a JTree become visible/invisible? | 13 May 2007 16:02 GMT | 3 |
Hello everyone, I would like to ask something. I have few tabs, each contains a JTree in a JPanel to display a (large) hierarchy. When I give the menu command to populate the trees from an external file, I want only that tree in the currently visible
|
| Suggestions for higher-level Swing frameworks? | 12 May 2007 02:27 GMT | 3 |
I need to do some Java GUI work, and it's been a while since I've worked with Swing. Are there are common frameworks in use yet that add a higher level of abstraction to it? I remember from a couple of years back, that someone from Germany
|
| How to disable maximum&minimum icon on the jframe | 11 May 2007 07:12 GMT | 2 |
I have a problem. How can i disable maximum and minimum icon on the jFrame? Best Regards, Emrah
|
| japplet param | 10 May 2007 18:25 GMT | 5 |
I am new to Java applets and therefore japplets as well. I am working on a project that we want to get the params from the page the applet tag is on. I have looked at the various examples and they are not working for the application I am
|
| Drag and drop to native broken? | 10 May 2007 11:27 GMT | 3 |
I tested the DragPictureDemo tutorial (http://java.sun.com/docs/books/tutorial/uiswing/dnd/intro.html#cut) on both Windows XP (32 bit) using JDK 6 and on Windows Vista (64 bit) using the Sun 64 bit JDK (version 6).
|
| Drag and Drop, but not really. | 10 May 2007 06:55 GMT | 1 |
I have a card game. There is a CardView component (extends JComponent), and a TableTopView component (extends JPanel), and a HandView component (extends JLayeredPane). The HandView contains many CardViews. I'd like to allow the user to drag a CardView from the
|
| Updating a Single Progress Bar | 08 May 2007 07:47 GMT | 3 |
I'm trying to update a single JProgressBar that is contained within a cell of a JTable in order to show the progress that has been completed on analyzing some data. The JTable shows items that have already been processed, the current item processing (there can only be one) and
|
| A DesktopPane and InternalFrame Discussion... | 08 May 2007 04:34 GMT | 6 |
I say discussion because the answer to no single question is likely to cover the troubles I'm having. Though I know ambiguity is frowned upon on programming newsgroups, I beg the patience of the members here and hope to initiate a useful discussion of MDI apps in java... ...
|
| How to attach a splash screen in my app. | 08 May 2007 01:04 GMT | 3 |
I have 2 separate programs. One is my application and the other is the splash screen application. My problem is how to connect these two. I am not so keen on java yet, and i ve been a bit confused, i was wondering if you could help me.
|
| Printing RTF (Wordpad) Documents in Java | 06 May 2007 22:32 GMT | 1 |
I have lots of rtf documents that were created using wordpad. Now I have to printout these documents out of a java application. Does anyone know how this might work or in which direction to search? Thanks for any help!
|