Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.14 seconds.

  1. Re: Multiple listeners? || one program or one for everyone?

    The increased memory is not significant, and it really is by far the best way of approaching the problem.

    You should load the image on a different thread. Do some research on multithreading....
  2. Re: Multiple listeners? || one program or one for everyone?

    Perhaps instead of JLabels, you should use JButtons (or some variant of that).

    Why don't you store the skins in an array? That way you don't need a new variable for each one.

    Have you looked...
Results 1 to 2 of 2