| Thread | Last Post | Replies |
|
| Checkbox as leaf node in JTree | 25 May 2004 17:26 GMT | 2 |
I have read the previous posts and I am very confused. I want to add check boxes as leaf nodes to some branch nodes in the JTree. The thing is that my JTree is built using a custom TreeModel. I understand that I have to implement the TreeCellRenderer interface.
|
| SwiXml Browser Now Live - Design Swing UIs Without Java | 25 May 2004 14:41 GMT | 3 |
Dimitri Pissarenko announced the first release of swixml-viewer. Dimitri writes (slightly edited): Users of Swixml may be interested in a simple tool that lets you pre-view the SwiXml user interface by clicking on the appropriate XML
|
| JTextComponent and BoldAction??? What is the wrong in the fallowing code snippet? | 25 May 2004 06:56 GMT | 4 |
I just want to make the selected text in JTextComponent bold. I give "font-bold" as the action and nothing occurs? If I give "cut-to-clipboard" it works... What is the wrong??
|
| java software | 24 May 2004 18:58 GMT | 2 |
now i use Kawa to coding my java project. is there any other software tht i can use for it? -- *****************************************
|
| Creating a Help Menu | 24 May 2004 13:47 GMT | 3 |
Is there a tool or ready code available to create a help menu? Thanks Sumit
|
| Runtime.exec() with env and working directory parameters is not working. | 24 May 2004 12:19 GMT | 1 |
I have a problem with Runtime.exec command when I want to execute it in the working directory. My Runtime.exec command calls an external Application(Samcef) which uses certain environment variables
|
| Anti-aliased text in Swing components | 24 May 2004 09:14 GMT | 6 |
I'm interested in making my JLabels/JTextFields/etc use anti-aliased text. I know you can get anti-aliased text in Java2D but for some reason, I don't seem to find any documentation on enabling anti-aliasing on Swing components.
|
| Scrolling Artifact | 24 May 2004 04:18 GMT | 14 |
I modified my Applet that scrolled a canvas to one swing version that scrolled JPanel. It works just as before, but sometimes when you scroll you see "droppings", that clear themselves after a half a second or so.
|
| JGo Equivalents? | 23 May 2004 21:54 GMT | 2 |
Are there graphical frameworks which compare (or better) in functionality with JGo (from NorthWoods software). I am also interested in features like Animation etc. thanks,
|
| Alternative for Thread.sleep() | 23 May 2004 21:36 GMT | 5 |
I'm having a JProgressbar in a JDialog. For visual purposes, I need to slow down the progress in the JProgressbar. For that I use: // in a new thread objProgBar.setValue(objProgBar.getValue() + 1);
|
| table does not show until resizing | 22 May 2004 16:45 GMT | 3 |
I'm using a JTable in a JDialog. My (hopefully little) problem: the table is not visible until I resize the dialog box !!! Any ideas? Thanks for your time, Frederik
|
| Netbeans: How to attach addActionListener(this) to a JButton? | 22 May 2004 03:32 GMT | 3 |
using NetBeans 3.6 trying to attach an actionPerformed to a JButton but cannot do it by using jbutton1.addActionListener(this) and public void actionPerformed(ActionEven evt) I have found many examples that define a method for the event, but
|
| Can swing be used in an JApplet with http code? | 21 May 2004 17:59 GMT | 1 |
If I use web browser (IE or Apache) embbed a java applet, how can I include a swing class path in the http code? I m using JDK 3. Thanks sam
|
| Help with converting IDS from JDK 1.1 to JDK 1.4 | 21 May 2004 15:39 GMT | 2 |
I have been working at a company for a few months now and now they have this project for me where I'll have to convert IDS from JDK 1.1 to JDK 1.4. I have no clue about JAVA and have never taken it; can anybody please
|
| JTable DefaultCellEditor | 21 May 2004 14:55 GMT | 1 |
What DefaultCellEditors for JTable / TableModel are available in java 1.4? regards, Pete
|