| Thread | Last Post | Replies |
|
| help: should valueOf() be static? and naming conventions. | 09 May 2004 03:40 GMT | 10 |
from LifeForm.java: private LifeForm() { System.out.println("LifeForm default constructor.."); }//LifeForm
|
| Playing a midi in midp (J2ME). | 08 May 2004 13:50 GMT | 3 |
The topic says what I am trying to do- simply play a midi on a midp device (my cell phone). From searching the web, I see that I probably should use "Player player = Manager.createPlayer()". I tried this, but get the error message
|
| help with Jtext fields on JSP page? | 08 May 2004 11:59 GMT | 4 |
Looking to have a JTextField on a JSP page that gets an int from the users. We would then like to use this value as a multiplier later in the JSP page. Any ideas and help would be welcome. regards
|
| Extremely New Java Programmer - JavaC? | 08 May 2004 07:45 GMT | 3 |
I have experience with C++, and just picked up a book to learn Java: "Java 2: Primer Plus" by Sams Publishing. It's having me compile HelloWorld.java by typing "javac HelloWorld.java" at the command prompt (after having installed the SDK and written HelloWorld.java) and I get a ...
|
| functions from object in Vector? | 07 May 2004 23:24 GMT | 8 |
I have a Vector in which I store all my objects of the same class, because I don't know how long this "array" has to be from before. Now, off course I want to use my objects, but I can't seem to get access to the functions of these objects I've stored.
|
| Java Newsgroup reader? | 07 May 2004 20:22 GMT | 13 |
Hi; Can anyone please recommend a good Java based newsreader? I need something better then Netscape/Mozilla (primarily to track threads I am involved in and watched threads), and it needs to share the data
|
| Applet methods from Javascript - problem | 07 May 2004 19:12 GMT | 4 |
I'm trying to call an applet method from Javascript, the call works OK, but the method is returning a value before the main section of the applet code has executed, causing the wrong value to be returned. I would appreciate any guidance:
|
| Threads, wait(), notify() problem... | 07 May 2004 16:50 GMT | 2 |
I have written a program which successfully uses threads to run an iteration whilst at the same time responding to input from a simple GUI. However i need to rewrite it without using suspend() and resume() to avoid deadlocks. The 2 threads start fine, and i can use a button event in ...
|
| spacebelow-attribute & insert text in jtextpane with an own insertcomponent-method | 07 May 2004 14:40 GMT | 1 |
in the following program i try to set the spacebelow attribute - but it doesn?t work; why? and i want to insert the string "test" with an own component (see code). i want to use insertComponent(new MyComponent()); and not insertString,
|
| [Msgid 31365] *** Simple routine needed to paste text from the clipboard into a text area *** | 07 May 2004 11:59 GMT | 3 |
Dear friends, My name is Theodoros Tsioupros and I am a university student from Greece. It is the first time I am using a newsgroup and I am writing to request your precious help with a simple question about Java.
|
| Is there any way to require a class to declare a variable? | 07 May 2004 06:20 GMT | 3 |
This may be a bit of a dumb question, but I think this is the only way to get where I want to be. Lets say I have an abstract BottledWater class and two classes, Evion and Aquafina extending from it.
|
| question about what a method does | 07 May 2004 02:48 GMT | 13 |
I am working on a lab for my college that tells you to take a number and reverse it and then add them and repeat until you get a palindrome number. I am horrible at Java, but I am getting close to a solution. My question is, while I was looking on the internet for ideas, I ran ...
|
| Time arithmetic | 07 May 2004 00:30 GMT | 10 |
How can I subtract two dates formatted like '01/04/03 12:02' and '01/04/03 11:38' and find their difference in minutes. Cheers!
|
| Problem with PDF files | 06 May 2004 23:43 GMT | 1 |
I have a huge problem, and hope for some help... I'm actually working with a web application which streams data in PDF format on target windows. Some of those byte-streams-PDF are generated by iText libraries, while for
|
| help: toString should _return_ a string, why does it print it? | 06 May 2004 23:03 GMT | 5 |
class VectorOfLifeForms toString method: public String toString() { System.out.println("..toString.."); for(int i=0; i<MAX_LIFE; i++) {
|