| Thread | Last Post | Replies |
|
| How to do wait states in Swing | 02 Nov 2006 20:16 GMT | 6 |
I've inherited a java application that starts by displaying a password dialogue screen (extends jFrame) which allows keying in user and password information. Once that information is verified the the splash screen disappears and the main application user interface is displayed.
|
| How to generate 3D graphs for jsp | 02 Nov 2006 17:46 GMT | 2 |
i want to know how we can generate 3D graphs dynamically to be displayed on JSP pages. the application should be able to take data from database and generate a 3D graph. And also the user should be able to rotate the graph.
|
| JMenuBar disappears after adding ... | 01 Nov 2006 20:30 GMT | 2 |
I used in the main frame this.setJMenuBar(mb); and I also tried pane.getContentPane();
|
| Java.net forums now login page broken! | 01 Nov 2006 09:18 GMT | 2 |
The Java.net forums login page does not show the form! Click on Login and nothing happens. I did a view source and found that the login form is commented out. Check it out.
|
| why is focus lost not called | 01 Nov 2006 04:16 GMT | 1 |
I have code that executes when focus leaves a text control. Specifically I grab the text in the control at that time. jTextField.addFocusListener(new FocusListener(){ public void focusGained(FocusEvent e) {
|
| No keyboard into in JApplet | 01 Nov 2006 04:06 GMT | 13 |
I have observed a consistent problem with applets not accepting keyboard input. This manifests itself when I put a JTextArea into a JInternalFrame in an applet. The applet will work perfectly with appletviewer, but when it is brought up in any of the Mozilla-based
|