Search:

Type: Posts; User: javapenguin

Search: Search took 0.10 seconds.

  1. Re: I have got an assignment and I really need help or any tips..thanks

    Can't recall what the JTextField object was, but you can get a String from it by

    (I have to make up an object to use for demonstration)

    JTextField field = new JTextField(40);

    String path =...
  2. Re: I have got an assignment and I really need help or any tips..thanks

    A text box.

    Hmmmmm, are you allowed to use JOptionPane? If so, it can make a text box, and an ok and cancel button for you.

    You'll have to use the right JOptionPane method and tell it what to...
Results 1 to 2 of 2