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...
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.