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: *

  1. badbhoy

    stuck with some code!!

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

    How do u write algorithms/psuedo code

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

    stuck with some code!!

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

    source code problem

    thanx that helps
  7. 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...
  8. 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...
  9. 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
  10. 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
  11. badbhoy

    basic java problem

    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) +...
  12. 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