Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Re: How do I select an object in a JFrame using the mouse?

    Did you search for the String: "source"?
  2. Re: How do I select an object in a JFrame using the mouse?

    You may have to look at the methods for the classes that are extended by the MouseEvent class to see what method gets the source of the event. They are all listed below the doc for the MouseEvent...
  3. Re: How do I select an object in a JFrame using the mouse?

    The event object passed to the listener has a method that will return the source of the event.
Results 1 to 3 of 3