| Thread | Last Post | Replies |
|
| JOptionPane.showInputDialog and null | 02 Mar 2005 14:39 GMT | 1 |
I've followed the instructions in my textbook to write a console application using the Swing class. My text indicates that if the first parameter to JOptionPane.showInputDialog is null, that the input dialog box should appear in the center of the active window. I've created the ...
|
| Making Condensed Source Readable? | 02 Mar 2005 13:17 GMT | 2 |
This newbie found a web site with some great examples (http://java.sun.com/docs/books/tutorial/uiswing/components/example-1dot4/) but the source is in a condensed form, i.e. ... import java.awt.*; import java.awt.event.*; import javax.swing.*; /* FrameDemo.java requires no other
|
| Expert J2EE Freelancer | 02 Mar 2005 02:14 GMT | 2 |
I am a freelancer in Java/J2EE area. My core area of work has been struts for last 3 years. I have mostly worked on large web based applicaiton in 7 years of my IT career. Following is my skillset
|
| A well hung applet | 01 Mar 2005 23:25 GMT | 4 |
I am a newbie learning to create Applets. The following applet (I have included the html tags) does run using either appletviewer and/or a browser, and it uses its JOptionPane.showInputDialog and JOptionPane.showMessageDialog correctly.
|
| Questions on Sun's API Web Site | 01 Mar 2005 19:11 GMT | 6 |
Hi, I'm trying to teach myself the basics of Java from an introductory text book. The book makes repeated references to Sun's Java API Web site http://java.sun.com/j2se/1.4.2/docs/api/ I've been there and it looks like it could probably be a very useful tool,
|
| 'dist' jar file doesn't work. | 01 Mar 2005 18:19 GMT | 3 |
Using JDK 1.5 and Netbeans 4.0 my application's 'distribution' jar file doesn't work properly. The app works perfectly when 'run' from the Netbeans GUI, but when run from the 'dist' dir's jar file my app's GUI appears but nothing works, at least the buttons to get data from a
|
| Questions about ZIP files and Java | 01 Mar 2005 14:41 GMT | 1 |
I have problems using ZIP files and Java. I've been working on a Java application that does a lot of things, and that is running under Windows 2000. One of the things the application does is the creation and the use of a ZIP file that helps start the application next time it is ...
|
| ScrollPane doesn't work, why ?? | 01 Mar 2005 11:56 GMT | 5 |
code snippet below class AA extends JPanel { public void paintComponent(Graphics g) { g.setColor(Color.yellow);
|
| uupload with progressbar | 01 Mar 2005 09:35 GMT | 2 |
I am uploading files via POST to a web server, from the client. Everything works great, the uploading, the reading of the file, works 100% perfect. The problem is I can't figure out how to add a progress bar to a
|