| Thread | Last Post | Replies |
|
| JEditorPane & HTML | 15 Aug 2004 23:17 GMT | 2 |
I have a JEditorPane with HTML contents and I want to setText for this component from a String 700000 chars length. But when I run ------------
|
| adjusting the size of image icons | 15 Aug 2004 20:15 GMT | 2 |
I'm sure there must be a way to adjust the size of images within the context of: imagePixJLabel.setIcon( new ImageIcon("picture.jpg") ); As it is my images are too big for the Labels I'm creating. Is there
|
| JRadioButton | 15 Aug 2004 08:50 GMT | 2 |
How to disable possibility to change state of jRadioButton, but not by setEnable()
|
| How to change a JComboBox on the basis of another JComboBox | 14 Aug 2004 12:48 GMT | 1 |
I need to update a JComboBox on the basis of the value chose in another JComboBox. How can I do that? Thanks
|
| JButton selection trickery, is what I am considering possible? | 14 Aug 2004 08:49 GMT | 2 |
I want to have a JPanel consisting of 9 JButtons (lets call them buttons a-i) plus more 2 JButtons (submit + clear). I can do this no problem but now comes the tricky parts. 1. I want the JButtons (a-i only) to have a "stay selected" state so when
|
| TreeTable | 13 Aug 2004 18:39 GMT | 5 |
Ciao, Scrivo di nuovo riguardo le TableTree... Ho trovato le classi Sun e quelle Kiwi per creare un TableTree ma sfortunatamente ed a causa della mia inettitudine non sono proprio
|
| Setting column order in JTable | 13 Aug 2004 17:06 GMT | 4 |
I've been battling with this all afternoon, time for help! I have my intended set of indexes eg 0, 4, 2, 1, 3 How do I apply them to my newly created table which has my own table model applied to it?
|
| Restore JInternalFrame | 13 Aug 2004 17:05 GMT | 1 |
After an JInternalFrame has been iconified, how can I restore it? The only thing I could find in the API was: void setMaximum(boolean) ... Maximize or restore the internal frame. I don't want to maximize it. I just want to 'deiconify' it to its former
|
| Touch Screen GUI Design | 13 Aug 2004 17:02 GMT | 4 |
Does anyone know of a source for guidelines for designing GUIs for touch screens? Is there a more appropriate newsgroup for discussing GUI design where this question should be presented?
|
| Tame Swing codes - LGPL? | 13 Aug 2004 14:20 GMT | 3 |
I keep getting the form of question through my site.. "What is the licence agreement on the Tame Swing examples" <http://www.physci.org/codes/tame/index.jsp> Despite careful research I have failed to locate
|
| Table Cell Render | 13 Aug 2004 13:39 GMT | 4 |
Hi, there: I try to create a table with a ComboBox column. How can I create the ComboBox column? Thanks
|
| Word Processor for non english language | 13 Aug 2004 10:55 GMT | 4 |
I am trying to develop a word processor for Hindi language (an Indian language). The main problem is how to take input.I want to use JTextPane as TextComponent (if there is any better choice ,please tell me).I came accross following classes and interfaces while trying to solve my ...
|
| CardLayout and WindowsLookAndFeel | 13 Aug 2004 05:39 GMT | 6 |
Hum, I am new to Java. I am working on a program which I would like to give the WindowsLookAndFeel for M$ Windows and the Mac look and feel for the Mac. All was fine until I started using the CardLayout on the main panel, I lost the outer frame! Can the
|
| How to update a JTable from a JDialog | 13 Aug 2004 05:36 GMT | 4 |
I have a JDialog that I use to insert a new row in a table. I want the JTable that shows the table to be updated when I close the JDialog. How can I do that?
|
| java applet screenshot | 13 Aug 2004 05:28 GMT | 1 |
dear experts, i am wondering if this simple screenshot.java program, developed by Marco Schmidt could be ported as a applet? I would like to port such a program as an applet i.e. take a
|