| Thread | Last Post | Replies |
|
| JPanel, JLable, Graphics | 17 Feb 2004 16:51 GMT | 4 |
It's my first post here, so you doubt I have a question :o) I want to develop a mini graphical editor. Imagine that I have 2 JFrame, I want to have one with a list of JToggleButton with a ImageIcon and one called DrawingAeraWind with nothing into.
|
| Socket close does not immediately unbind port? | 17 Feb 2004 16:41 GMT | 2 |
I have a simple client : try { System.out.println("Trying to connect to server"); mySocket = new Socket(theServer,2600,theClient,2601);
|
| Applet notinited | 17 Feb 2004 13:28 GMT | 3 |
I'm pretty new to jave and I have an applet that gives me the error Applet notinited. This is the output of the java console: java.lang.ClassCastException
|
| java script | 17 Feb 2004 13:21 GMT | 3 |
it should wave and change the messages. It works under ie but not under konqueror, mozilla, netscape etc. There is no error messages in the js console of those browsers. What dhould be changed?
|
| Best Java Textbook | 17 Feb 2004 13:16 GMT | 9 |
What's the best book for a beginner to start learning Java with? TIA
|
| Hmmm, Learning Java 2, standard edition, | 17 Feb 2004 13:02 GMT | 2 |
For someone who has had prior programming experience - Could one become adept with Java 2 through study of the online documentation at java.sun.com? Would this be recommended? Does it cover enough OOP to be viable? If I'm posting to the wrong newsgroup please correct me,
|
| Remove Minimize | 17 Feb 2004 12:53 GMT | 1 |
I have an application which works fine, so I do not want to make too many changes, but I do need to remove or disable the minimise button. Has anyone got any ideas how this can be achieved? I have already tried:
|
| TreeSet - Comparator - System.currentTimeMillis() - Ordering problem | 17 Feb 2004 09:48 GMT | 2 |
At the moment I'm using System.currentTimeMillis() to order self-created events. This is a naive approach as the unit test showed and the java doc reads. I should of course have read it first, I must admit >:-( In fact the unit test fails ONLY when encapsulated in a
|
| newbie: I don't understand the output, please explain | 17 Feb 2004 04:50 GMT | 5 |
using the following program I get odd output I think that 5 & 1 =1 but the BitSet says {} why is this? // BitSet Demonstration import java.util.*;
|
| Graphics Line Width | 17 Feb 2004 01:24 GMT | 2 |
New to java Graphics, have been having a play, and have some good results, but only very basic. I can draw the primitive shapes, and fill them with a variety of fill effects.
|
| SSH | 16 Feb 2004 19:40 GMT | 1 |
I would like to look into creating an SSH client in Java. What SSH library would you recommend?
|
| Problems compiling C for JNI using gcc | 16 Feb 2004 19:15 GMT | 2 |
I'm posting in this group (even though it's technically a C problem) because I assume someone here has been through this, and knows the fix. I want to use JNI, so I've downloaded the DGJPP GNU C compiler from delorie.com, and installed it as advised.
|
| Help with (almost) my first applet | 16 Feb 2004 15:26 GMT | 9 |
I'm trying to do some proof-of-concept trials to determine whether we can use Java as a way forward for our on-going thin-client development, and I've hit a language problem. I hope I'm not breaking any rules by posting my source code here, but I
|
| Little bit of help | 16 Feb 2004 08:05 GMT | 4 |
-- Well this should be easy but its doing my head in... Can anyone help a simple exercise i have a Horz Scroll bar and a Class Ball that displays a small ball within
|
| Late VS Early Binding | 16 Feb 2004 08:03 GMT | 1 |
I am writing an application which accesses a database. Once a query has been run I will take the data and use it in a number of ways. My question is this: What is the best day of storing the data? I'm thinking of writing a class to hold the data (effectively an object ...
|