hi rodney i've changed my program and some of it doesn't work i was wondering if u could post the changes u done to it as a link so i could have a look at ur changes and to see where i am going wrong.
thanx
gary
i want to produce simple pseudo code for documentation
that explain each line number for some one to know what each line is doing in simple terms
thanx
rodney
i uploaded the zip file to my friends site
just add the link below to your browser to download my zip file
http://www.presents4them.com/forums/attachment.php?s=cabf1d55f49a7c337dc77e4fd52ee510&postid=187
i am trying to design a car park ticket recorder to simulate issuing tickets the...
i have writen a program to act as a recorder and another program to store the details entered and a gui interface for the information to be entered. but when i enter the details into the textfield the information isn't stored
i am using my getter methods in my Recorder class to take the...
i have write this program and i am finding it very hard to document in the form off algorithms/ pseudo code
any help would be great
public class Booking implements Serializable
{
static BufferedReader keyboard = new
BufferedReader(new InputStreamReader(System.in));
private Vector...
i have this dataRecorder class that has my getters and setters and i need to produce a class that makes it interactive and saves the details entered to a txt file, and then make another record after the first details entered
the class datarecorder is as follows aswell i have to link it to GUI...
the method is from the class datarecorder and need the time to be displayed into a txtfield in another class
public String getTime()
{
String astring;
GregorianCalendar now = new GregorianCalendar();
astring = "time just now is " + now.getCalendar.HOUR_OF_DAY)
+...
hi i new to java and have a few problems
1. how can u move the cursor from one textfield to another by using the return?
2. i have a method getTime() in a class called Datarecorder. and need to use it in my GUI class. i want to put it into a textfield and make it non editable. how do i do...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.