| Thread | Last Post | Replies |
|
| JTextField - grab focus | 14 Feb 2006 14:54 GMT | 3 |
I've a JDialog with some JPanels (and different layout managers). In a JPanel I've a JTextField, I'd like that, when the dialog is shown (using setVisible(true)) the JTextField could have focus, so the user could start typing.
|
| lose request focus | 14 Feb 2006 02:05 GMT | 1 |
I have some buttons on my UI and a textfield. when the user dont click one of my buttons the focus from the textfiled is lost how solve this?
|
| use JFrame before it is constructed | 13 Feb 2006 18:48 GMT | 4 |
Is it safe to use JFrame before the constructor is invoked as in this code sample: class MyClass {
|
| ToolTipText problem | 13 Feb 2006 14:37 GMT | 4 |
In my Java Applet whenever toolTipText appears everything behind it goes blank. When the mouses moves away from the toolTipText area everything appears again. Any ideas what the problem could be? Cheers
|
| positioning within a JScrollPane | 13 Feb 2006 12:09 GMT | 7 |
I have a JScrollPane that must always be a certain height. Sometimes the JPanel within it is shorter than the full height, in which case the contents of the JPanel show up in the vertical center of the JScrollPane.
|
| printing 1 page/20 != printing 1/1 | 13 Feb 2006 10:18 GMT | 7 |
This is from java.sun.com example of printing large JPanel: ... job.setPrintable(this); ...
|
| Calculating time differences ? | 13 Feb 2006 08:38 GMT | 3 |
what's the best way of calculating the time differences between "22:00:00" and "01:00:00" the answer I want is 180 minutes.... TIA
|
| Menu Question - How Do I Enable/Disable Menu Options Programatically... | 12 Feb 2006 16:41 GMT | 2 |
when I create my menu, I have many options disabled. How do I programatically enable/disable options based upon user input? TIA Bill
|
| how to put JTextfield and JButton in a cell of JTable | 12 Feb 2006 10:20 GMT | 4 |
i am trying put JTextfield and JButton in a cell of JTable, the problem with editors , i am unable apply editors for both components .please help this issue
|
| Swing usage in Fortune 500 companies | 11 Feb 2006 20:56 GMT | 4 |
Does anybody have an opinion on how widely Swing apps are accepted in Fortune 500 companies? My client -- a small IT secruity outfit, is considering revamping their flagship product, a Swing application with a SQL Server backend.
|
| JApplet not showing when page revisited | 11 Feb 2006 12:06 GMT | 4 |
I have created a JApplet and put it on the web, the applet itself loads fine the first time it is viewed but if you refresh the page or visit another page and then return the applet does not display properly (you can only see the gray background). I know that I would have to put
|
| JEditorPane & CSS | 11 Feb 2006 02:52 GMT | 7 |
How do I tell if my HTML & CSS that I'm trying to get displayed in my JEditorPane is supported by JEditorPane? I'm having trouble making some CSS work, but I'm not sure if I've got my CSS correct so I don't know which problem I'm encountering.
|
| getHeight of JPanel returns 0 | 10 Feb 2006 23:39 GMT | 1 |
I'm using SpringLayout with SpringUtilities to make a simple GUI. To align it within the JPanel containing it, I want to get the JPanels height, and use that to specify a distance from the bottom of the JPanel I want the components to display.
|
| new to swing | 10 Feb 2006 20:57 GMT | 4 |
hello everyone, basically i am very new to this gui development field. i started using swing on my linux machine. i am using fedora core 4. i made few menu based screens and ran it successfully. but there is a lot of difference when i view the same at my windows machine. even the
|
| jtable events | 10 Feb 2006 13:01 GMT | 1 |
Hi, I've a JTable where the first column contains an extension of a JFormattedTextField. The field is set to only allow the user to type in dates in the format MM/DD/YYYY i.e. a blank field is displayed as __/__/____, when the user
|