| Thread | Last Post | Replies |
|
| Getting Mouse Events in my Java application | 14 Apr 2005 07:34 GMT | 2 |
I have a Java GUI process and I want to receive mouse moved events even though the mouse is not over my application (my app. can be minimized while the mouse moves). I am working on a Solaris platorm.
|
| JTextPane with components as TreeCellRenderer | 13 Apr 2005 22:09 GMT | 2 |
Hi swingers! Can anybody send me an example of using JTextPane as cell renderer? I already made an implementation, using textpane for each node of a tree, but unfortunatelly the components inserted to the textpane are not
|
| A JDialog is not "recyclable"? | 13 Apr 2005 18:10 GMT | 4 |
I ran into an oddity with JDialogs recently. I'm making a visualization software that is to feature "detachable" displays. By default, the displays are on different tabs of a JTabbedPane, but the user has an option to detach any of them into a
|
| Is it possible to put a JButton inside the tab of a JTabbedPane? | 13 Apr 2005 11:45 GMT | 9 |
Hi, I wish to know, is it possible to put a JButton(or any swing compoent) inside the tab of a JTabbedPane? thanks you very much
|
| displaying JDiaolog content immediately? | 13 Apr 2005 10:35 GMT | 2 |
I have a JDialog panel, that pops up before the program starts some long calculations. In the Dialog, the user has the option to abort the calculations, if he doesn't have the patience to wait. Problem is, while the he dialog window pops up in time, its content (cancel
|
| grid making using jsp | 13 Apr 2005 10:35 GMT | 3 |
i want to use a grid in my front end using java. in this grid i want to fetch the information from the database. can i make such a grid using jsp. if yes, can anybody tell me how?
|
| How to open Outlook Express in java code | 13 Apr 2005 08:36 GMT | 3 |
I have a serious problem: When i develope the aplication by swing,i want to open outlook express to send email and attach my file(by click button on toolbar then outlook express appeare).
|
| Check if Java is already running | 12 Apr 2005 16:39 GMT | 5 |
I have a application where a second instance would run into problems, so I like to inform the user, that the application is already running and shuting down itself, if the user starts the application twice. Any idea how to do this ?
|
| System tray | 12 Apr 2005 02:57 GMT | 2 |
How can i minimize my JAVA app to the system try? Is there any class to do this, or any Windows API? thanks.
|
| TopMost Windows | 12 Apr 2005 02:49 GMT | 3 |
Is there a way, in Java, to create windows with the WS_EX_TOPMOST property set in Windows? I set the property after creation using JNI, but that appears to be too late.
|
| custom JDialog | 12 Apr 2005 02:20 GMT | 3 |
Is there any tutorials out there for explaining how to make custom JDialogs? Sun's tutorial seems to want to include all the different ways you can make JDialogs into one big demo and I can't sort it all out. I need a dialog that I can place buttons and text fields in. Is it
|
| Looking for a nice tutorial | 11 Apr 2005 23:24 GMT | 1 |
I'm looking for a person who could teach me about gui planning and desigining. Any help is most welcomed. Thanks , Abhay
|
| Placing 2 items in a row in lcdui (J2ME) | 11 Apr 2005 17:03 GMT | 1 |
I am trying to place 2 items in a row in the form in a J2ME app. The lcdui doesn't have an explicit layout manager, and though the screen I am viewing the demo has a width of around 500 pixels, 2 TextField items still come in two seperate lines.
|
| Magicdraw UML | 11 Apr 2005 13:36 GMT | 1 |
Hello i downloaded Magicdraw 9,5, for windows the problkem is i can make a new project, in the help files it sais like click on file menu and choose new project, well its not there, only open, Can someone help me?
|
| Removing expansion symbols from Empty JTree nodes | 11 Apr 2005 12:47 GMT | 8 |
I'm using a custom treeModel for an application I'm writing, and it's all fine except for one quite trivial issue with the way the tree is displayed. I have a set of nodes which I always want to appear as a node rather
|