Search:

Type: Posts; User: copeg

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    1,809

    [SOLVED] Re: Need help with updating label

    You already have example code in your label method. Just call the same setText method in your actionPerformed with the new value of i (just changing the value of i does not inherently change the...
  2. Replies
    5
    Views
    1,809

    [SOLVED] Re: Need help with updating label

    You must set the value of the JLabel if you wish to update it by calling setText
Results 1 to 2 of 2