| Thread | Last Post | Replies |
|
| GUI | 27 Feb 2004 15:46 GMT | 5 |
Can someone show me the code (using Swing) for creating window with a simple text within X-Windows terminal. I know how to interact graphicly only using Applets.
|
| Passing data with own AWT events - what would be the best way? | 27 Feb 2004 13:19 GMT | 1 |
I have 2 own components in my card game applet: http://pref.dyndns.org/pref3/pref3.html (JDK 1.1) One is managing playing cards on a table and the other is not visible and is managing network
|
| Tree Drag and drop | 26 Feb 2004 20:56 GMT | 2 |
I would like to know how to perform the drag and drop operation of tree nodes within the same application,ie.,suppose there is a tree root with 3 branches.I have to drag 1 branch and drop it onto the other branch(of the same tree)
|
| pb repaint JFrame | 26 Feb 2004 19:19 GMT | 2 |
I have an application with two JFrame. When I do a synchronized action who take a long time (WAIT_CURSOR) from the second JFrame (front of the first JFrame) and when I move the JFrame in front during the action, that erase the first JFrame. There is no repaint of
|
| How to display selected item at top in JList | 26 Feb 2004 14:41 GMT | 5 |
If I had a JList component with 50 items and I want item 23 to be displayed at the top of the JList. How do I do that. Now I have to scroll down to see that the item is selected. I want the selected item at the top. thanks
|
| Lost of selected text and JTextPane | 26 Feb 2004 12:52 GMT | 2 |
I use a JTextPane but when this component lost focus, the selected text disappear. Does anyone know how to keep the selection active. Olivier
|
| Help: Calling System.exit(0) inside finally | 26 Feb 2004 08:20 GMT | 2 |
I am trying to release windowing resource after a try-catch and found that calling System.exit(0) inside finally may hide the an uncaught exception. See example below. What is the *right way* to use finally in this case?
|
| How to design a good GUI ? | 26 Feb 2004 07:06 GMT | 7 |
How to design a good GUI? Use C++ ? Use Java? who can give me a advice? Thanks advanced! ^_^
|
| multiple listeners | 26 Feb 2004 00:40 GMT | 8 |
Hi, I'm new to Java and some help here would be greatly appreciated. My homework is to create a program where you can add() numbers (and store them internally) into an array, then sort() the numbers (from smallest to largest), print() them - no matter sorted or not. And also
|
| Looking for comments on Applet page.. | 25 Feb 2004 22:41 GMT | 4 |
I have started a new page on one of my (many) pet hates, noob posts that start with.. "I have just started learning Java
|
| Connection a keylistener to a Dialog or Frame. | 25 Feb 2004 21:38 GMT | 5 |
I'm trying to make my GUI application react to keyevents, but I'm having a hard time making my Dialog (also tried with Frame) react to keyevents. I have the following rows in my ctor (for Dialog):
|
| How to make type-ahead search in JTables ? | 25 Feb 2004 17:22 GMT | 1 |
I would like to enable my users to type the contents of first column in a JTable and locate the desired line/row in that way. Do you know how to do this ? Thanks in advance
|
| DefaultTreeCellRenderer | 25 Feb 2004 17:19 GMT | 1 |
I want remove the icon, that stays by a TreeNode lefts, that has got any TreeNodes. The icon presents, the TreeNode is either expanded or collapsed. (I am meaning not the icon, that can you remove with:
|
| show items when combox is displayed | 25 Feb 2004 14:32 GMT | 2 |
I have a JComboBox component with say 50 items. I want to display the first 10 items when the combo box show up. Now I have to click on the arrow to view the first items, the combox only show one line. How do I do that ?
|
| Newbie question: how to display JTree *after* frame displayed | 25 Feb 2004 12:54 GMT | 2 |
I'm writing a simple Swing application where the user reads a clear-text configuration file, and displays its contents in a JTree. I'm using the DefaultMutableTreeNode and the DefaultTreeModel, so I didn't *think* I'd have to write any of my own listeners.
|