Search:

Type: Posts; User: jo15765

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,661

    Re: Create a JText field upon button click

    I have been trying to use JTextField, but set editable to false and here is the line I run:


    JLabel areaLabel = new JLabel("Answer Equals: ");
    JTextField areaField = new JTextField(5);...
  2. Replies
    3
    Views
    1,661

    Create a JText field upon button click

    I have 2 JText fields where I put in a 1st number in textfield1 and a 2nd number in textfield 2. I then have a button for "Total" What I want to do is when the Total button is pressed, create a 3rd...
Results 1 to 2 of 2