Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Help with Java method for nodes
Name: Dado Date: November 24, 2004 at 21:33:00 Pacific OS: Win XP CPU/Ram: 512MB
Comment:
I want to create a method to retrieve the currently accessed node value in the list. The method has no parameters (eg. currentValue()) and I would like to call it in another class by doing this: Class_name SortedListOfObjects; SortedListOfObjects.currentValue(); Aside: Class_name is the name of the class where the method is located How can I do this? Your help is appreciated.
Summary: Hi, I am having a little problem with java. When I try to compile code I have to type the whole path to the javac compiler is. /usr/java/j2sdk1.4....you get the idea. I tried looking in the java tutor...
Summary: Just wondering how(if) i would go about this, in the command line with java (no GUI) I want it to print out "please enter the date : dd-mm-yyyy" then allow the user to input the date over the letters ...
Summary: please could any1 help me with this error that i am recieving when i enter this code? any help appriciated. code: public boolean action (Event evt, Object arg) { //Check to see if the newGameButton,...