| Thread | Last Post | Replies |
|
| spin experience from swing programmers? | 10 Sep 2007 20:23 GMT | 2 |
Has anyone any experience using spin (http://sourceforge.net/projects/ spin) for dealing with the problem of freezing swing applications? Documentation for spin seems very thin on the ground and the mailing list is extremely quiet.
|
| Chossing the right thing | 10 Sep 2007 19:38 GMT | 5 |
I have created an application that does some heavy number cruching. For now it is a console application. I would like to make an applet with a GUI for the implemented application. Only thing that I can not determine is wheather to use AWT, Swing or SWT. Can I use anything other ...
|
| How to automatically size JTable columns based on width of data? | 10 Sep 2007 06:31 GMT | 3 |
I have a JTable with many columns. The data in some columns is narrow and in other columns is wide. The width of the data will depend on user selections in the application. I want the JTable to automatically set the width of the columns based
|
| Problem with JMenuBar | 07 Sep 2007 09:32 GMT | 4 |
i'm facing a problem with JMenuBar. In an application, i need to pot a log out JMenuItem in the JMenuBar. But it seems not possible to place a JMenuItem directly on the. I do not want the logout menu to come as a dropdown when someother JMenu is clicked. Kindly advice on
|
| drawing a ruler | 07 Sep 2007 04:10 GMT | 3 |
I need to draw a ruler that it is displayed precisely on the screen and printed to scale on a printer. I get 96 DPI using Toolkit.getScreenResolution() How could I draw lines that are spaced 1/10 of inch apart.
|
| Flickering problem in simple applet | 06 Sep 2007 08:07 GMT | 16 |
I am trying to implement very simple double buffering in an applet. To do this I have overidden update() so that it won't clear the display but still there is noticeable flickering when the applet is resized. Clearly something is clearing the screen on resize but I can't figure ...
|
| JTree forcing node to have the expand icon | 05 Sep 2007 00:25 GMT | 10 |
I've got a JTree and I've extended AbstractTreeNode creating 3 different types of nodes. One of my subclasses is a Directory node. In JTree when a node has children it automatically sets the icon of that node to look something like a folder. However, if the node doesn't
|
| disable column header display | 04 Sep 2007 13:57 GMT | 2 |
how do I get the column Header to not appear, I only . I tried .setTableHeader(null). with no luck. Thks.
|
| When You purchase your first Package of BLACK LABEL FORMULA within days You will be seeing results! | 03 Sep 2007 22:53 GMT | 1 |
DO YOU FEEL PRIVACY? --------------------------------------------------------------- N0 MORE! those times are over. GET INSTANT SPAM 100%!!!! Did you ever think..... it doesnt w0rk!?
|
| Newbi to swing, need layout knowledge | 02 Sep 2007 11:51 GMT | 3 |
I have been using java for years, now I need to go gui work. I am having a Dickens of a time trying to grasp the swing layout managers, specifically how to control placement on screen. I am not looking for an IDE, but want to gain a better understanding
|
| Is it possible to convert html to Java? | 02 Sep 2007 06:34 GMT | 3 |
As the subject says, is it possible to convert html to Java? What I mean by this is the following: I have a web page that I have constructed and it uses a map with a jpg to allow the user to "click a link". The jpg is basically an MS Visio
|
| how to save value of JRadiobutton in database | 01 Sep 2007 10:18 GMT | 2 |
I have created two JRadionButton ie.YES and NO, and added them to a group so that only one of them can be selected. So please help me , how can I save this value in database when i press save button. Would the value be boolean or I can also save values like YES or NO.
|