Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: badbhoy
  • Content: Threads
  • Order by date
  1. badbhoy

    how to clear textfields

    i would like to clear all the textfields on my interface to insert more information how do i do this by means of a button
  2. badbhoy

    stuck with some code!!

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

    How do u write algorithms/psuedo code

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

    source code problem

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

    Values from methods into textfields

    hi can anyone tell me how to get the value of a method in another class into a textfield thanx
  6. badbhoy

    help needed

    i need to get the value from a method in one class and set it in a textfield in a GUI class how can i do this!! any help would be great thanx
  7. badbhoy

    basic java problem

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

Part and Inventory Search

Back
Top