Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.10 seconds.

  1. Re: Help with checking JButton positions please

    I don't really know what that MouseListener is going to get you.

    I already pointed you in a couple directions. Plus you're going to have to store a short history of button presses- this might just...
  2. Re: Help with checking JButton positions please

    You could simply use a different ActionListener for each JButton (or check which instance it is in a single ActionListener), then call a function with the location of that button.

    Or you could...
Results 1 to 2 of 2