Search:

Type: Posts; User: loui345

Search: Search took 0.12 seconds.

  1. Replies
    8
    Views
    1,559

    Re: Trouble with JTextfield

    I did a few google searches and it worked thank you. I can now do it many times and the program does not need to be restarted.
  2. Replies
    8
    Views
    1,559

    Re: Trouble with JTextfield

    Can you please elaborate on what "trim()" means. Thank you so much.
  3. Replies
    8
    Views
    1,559

    Re: Trouble with JTextfield

    Yes, I am using Apache POI; see the user enters the data one at a time into the corresponding JTextField box, and when the jfield5 is clicked it calls my Excel class and all the data is then set to...
  4. Replies
    8
    Views
    1,559

    Re: Trouble with JTextfield

    See, I got it to write into excel perfectly. It's just that the user has to exit the program for it work.


    public void actionPerformed(ActionEvent ae) {
    CustomerName =...
  5. Replies
    8
    Views
    1,559

    Trouble with JTextfield

    Simple question I have is can I have JTextfield store multiple data? For example, say if there is code and it retrieves data from the textfield and then writes it to an excel sheet. I have this...
Results 1 to 5 of 5