Search:

Type: Posts; User: snowguy13

Search: Search took 0.09 seconds.

  1. Re: Change a JLabel value that is in another class?

    That's great! I'm glad it worked! :D

    Good luck with your programming! :)
  2. Re: Change a JLabel value that is in another class?

    You could create a JLabel field in your PongDrawer class, then pass scoreLabel into the PongDrawer object (either by the constructor or a set() method). That way, you could make changes to the JLabel...
Results 1 to 2 of 2