| Thread | Last Post | Replies |
|
| java multi threading question (notifyAll and wait) | 12 May 2004 09:54 GMT | 2 |
i have written a small piece of code to test the notifyAll() and wait() method. but it just doesn't work....why?? anyone can help... :( Thank you.
|
| Beginner needing Help for class | 12 May 2004 09:05 GMT | 2 |
I need to return a value from a method to the main method and print it to the screen. The method involves a multiplication process and I pass two arguments to the method. I am not sure how to pass the result of the multiplication back to the main method to print out.
|
| Running Java crashes System | 12 May 2004 08:37 GMT | 2 |
I have updated sun's JRE with the latest updates. I am running Windows 98. When I start an *.jar -File the first time after restart the JAVA-Programm will work nicely.
|
| Keeping track of variables created | 12 May 2004 03:57 GMT | 8 |
Hi people I'm writing this client program which needs to keep track of the objects created on the client side so that when it sends a request to the server it tells the server for which object the request is for.
|
| How is probe used? | 12 May 2004 03:45 GMT | 3 |
I'm a bit new to java and I have a probe in my pseudocode and I was just wondering how this is done in java. (Hopefully its not just the word probe, lol)
|
| Applet Not Inited | 12 May 2004 03:38 GMT | 5 |
I have a problem with Swing. I create my applet and everything works, however when I try to show an image, an error message will show 'Applet Not Inited'. In the applet viewer it works fine, but in IE6 it won't work. Here is a simple version of my code.
|
| help with those darn INT and STRING thingys!!!!!!! | 12 May 2004 00:19 GMT | 7 |
grr! i just cant get this. ive read all the posts here so far and ive noticed that a lot are on this topic, but i dont really understand what they mean, so ill tell you my particular problem and let you all flame me, ok :) ive put a box in my program for the user to enter a number ...
|
| Comparator | 11 May 2004 21:04 GMT | 7 |
I have the following declaration inside another class-- private class PIDComparator implements Comparator { public int compare(Object?o1, Object?o2) {
|
| SMS through web portal | 11 May 2004 20:22 GMT | 3 |
Fellow Javamites, I don't know if this is the right forum to address this question, please forgive me if it is not. I am trying to implement the following short portion of code within an application to send a cellular text message
|
| cannot find jdk tools jar file see jde-get-jdk-dir | 11 May 2004 17:06 GMT | 1 |
cannot find jdk tools jar file see jde-get-jdk-dir is the error I get when I hit JDE> Compile Please some help. Running Win2k
|
| wait(...) and notify() | 11 May 2004 16:57 GMT | 1 |
Is it possible to tell whether a thread doing wait(10000); has returned beacause of timeout or because of another thread calling notify() ?? tia --
|
| New to Java, Need a little halp | 11 May 2004 15:00 GMT | 1 |
University student. Just installed emacs on home win 2k computer. Everything is fine, but when I go to compile I get the following errors: 1) In the Compile window: "compilServer output: -classpath
|
| Help! Some titles in email & web pages are illegible | 11 May 2004 13:54 GMT | 1 |
It doesn't apply to all fonts, and it doesn't apply to all uses of the font. It seems to apply mostly to titles in internet pages and title bars; though it can apply to virtually all text in an email. I have been able to make certain but not all
|
| Putting an image on an image button | 11 May 2004 11:36 GMT | 1 |
Hi, I am tring to make a board. My curent board is made up of buttons with an image on it. But I would like to know if it is possiable to put another image on that one as our piece that moves on the board. Please let me know ASAP.
|
| sun-demo does not work! | 11 May 2004 02:08 GMT | 6 |
this demo from sun homepage does not work, i always have this error output:java.lang.NoSuchMethodError: MyComponent: method <init>()V not found at mo$2.actionPerformed(mo.java:34) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
|