Search:

Type: Posts; User: LoganC

Search: Search took 0.07 seconds.

  1. Replies
    15
    Views
    1,338

    Re: Swing (Problems)

    Hmm all areas are gone, but it's still not printing out for some reason.


    private void NameCheckerActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_NameCheckerActionPerformed
    ...
  2. Replies
    15
    Views
    1,338

    Re: Swing (Problems)

    TheirAnswer is the JTextField, correct. We didn't learn much about get text, is this the correct application? I am getting an error.



    String TheirName = String.getText(TheirAnswer);
    ...
  3. Replies
    15
    Views
    1,338

    Re: Swing (Problems)

    I added the code you said for debugging, and I got this in the IDE:


    Inside of NameCheckerActionPerformed. String TheirName is:...
  4. Replies
    15
    Views
    1,338

    Re: Swing (Problems)

    TheirAnswer is the JTextField where they input their name.
  5. Replies
    15
    Views
    1,338

    Re: Swing (Problems)

    Below is my action listener code. No text is being display at all. Text will be displayed in a jLabel that is already made.





    private void...
  6. Replies
    15
    Views
    1,338

    Re: Swing (Problems)

    The user enters string in a textbox I have assigned, The string is initially where they input it in the GUI. It is supposed to be moved to a label in the bottom of the GUI. I am stuck getting the...
  7. Replies
    15
    Views
    1,338

    Re: Swing (Problems)

    All I am trying to do is take a string that they are inputting in the GUI[TheirLabel], and just move it to a different part on the GUI. [NameAfterCalc]
  8. Replies
    15
    Views
    1,338

    Swing (Problems)

    I am trying to get this program to output where they put their name in a different area on the box, I have bolded the area that I feel is the issue.



    /*
    * To change this template, choose...
Results 1 to 8 of 8