| Thread | Last Post | Replies |
|
| Help with user input and math functions. | 29 Apr 2004 07:44 GMT | 3 |
I am having problems with a couple novice programs I have written. They will accept user input and assign the value to a variable, but something crazy happens once I try to perform math functions between the variables. I end up with a very large, inflated number... and am doing it ...
|
| Creating Charts in Java Apps | 29 Apr 2004 04:58 GMT | 2 |
Can anyone suggest the best way to incorporate charts in Java apps. This is not for web but for a distro application. I've found a number of places to purchase 'Beans', however I'd prefer not to incure costs as this is for an assignment.
|
| Problems with JavaMail and POP3 :-( | 29 Apr 2004 00:50 GMT | 6 |
It might not be the correct place to post this, but Im wondering if anyone has had any troubles with javax.mail (The Sun JavaMail API) and POP3, explicitly with deleting messages.
|
| GridBagLayout | 28 Apr 2004 12:23 GMT | 5 |
I have two problems with the code below. 1. If I maximize of make this screen smaller the table doesn't get the same size as the screen. 2. Why is my button "exit" not visible below the table.
|
| Conversion, I think | 28 Apr 2004 09:12 GMT | 3 |
Hie i am a newb and i was wondering if what i need to do to get this part right is conversion/changing from the different data types and if yes how do I do it. Below is the problem ageDisplayField.setText(swimmers[0].calcAge());
|
| help needed compiling java application | 28 Apr 2004 09:03 GMT | 3 |
I do the following to compile my application: export CLASSPATH=/usr/share/java-gnome/lib/gtk0.8.jar:/usr/share/java-gnome/lib/gnome0.8.jar:/usr/share/java-gnome/lib/glade0.8.jar:/usr/share/java-gnome/lib/gconf0.8.jar:/usr/share/java-gnome/lib/gnomevte0.8.jar ...
|
| ArrayList Overwriting old elements when adding new | 28 Apr 2004 08:02 GMT | 5 |
I'm having a problem setting up an ArrayList ... For reference, I'm making a very simply very basic IM type client. I have a class called ChatWindow which is obviously the window that you type into.
|
| How to terminate a batch file? | 28 Apr 2004 05:55 GMT | 1 |
I can execute a batch file using java Runtime: Runtime r = Runtime.getRuntime(); r.exec(batchFile); Is there any Java method that I can use to terminate the batch file
|
| Doubt on driver class | 28 Apr 2004 03:18 GMT | 3 |
I'm new to JAVA. I'm trying to verify something that I MAY HAVE read somewhere on methods in a "driver" class (the class WHICH contains the "main" method) are to be declared as "public".
|
| Applet | 28 Apr 2004 01:06 GMT | 7 |
I try to run a applet local, but it only works under Microsoft-VM, and not with Sun-VM (1.4.2_04) The log don't say anything usefull, the applet communicate with the net (a video-stream).
|
| Observer/Observable Pattern | 27 Apr 2004 22:23 GMT | 1 |
I fairly new to the java programming language and am still discovering what it has to offer. I was wondering if anyone more experienced here could provide me with some information on this topic or a place where i can find out about it. ::
|
| struts radio getting initial value | 27 Apr 2004 21:52 GMT | 3 |
I'm having problems setting my initial values. I can't change the selected radio box value, even though I set it. It always stays at the inital value. I can't preset it to Beta. Code parts below. jsp file::
|
| prob while deploying war component in JBOSS | 27 Apr 2004 20:01 GMT | 2 |
I'm new to JBOSS....I've installed JBOSS-3.2.2. I tried deploying an EJB,it works fine with client app but when I refer to it from the web component(JSP), it gives can not resolve symbol for
|
| blocking and non-blocking SocketChannel | 27 Apr 2004 19:47 GMT | 1 |
I have non-blocking SocketChannel on server side, and blocking on client side. Is call channel.write(buffer) on client will block ?
 Signature pozdr.;)
|
| Classpath and JVM | 27 Apr 2004 18:25 GMT | 3 |
I wrote a small Java Applet (myApplet.java) in /linux/java/applets This directory is in my CLASSPATH as well. I also have an .HTML document to launch the Applet in /var/www/html but it doen't work: I have to move the myApplet.class file in /var/www/html to make it work.
|