Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Thread: Help with Code

    by Norm
    Replies
    4
    Views
    1,338

    [SOLVED] Re: Help with Code

    Where in your code do you try to change the text that is shown in the JLabel?
    You set it to an initial value and never do anything more to change it.
    Read the API doc for the JLabel class to see...
  2. Thread: Help with Code

    by Norm
    Replies
    4
    Views
    1,338

    [SOLVED] Re: Help with Code

    What doesn't work? Is the action listener called? Add a print out to show if it is.

    BTW Naming conventions for variables states they should begin with lowercase letters. Class names with...
Results 1 to 2 of 2