Search:

Type: Posts; User: Tr1N1tro

Search: Search took 0.11 seconds.

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

    I looked at all the methods that are inherited by the MousEvent in the official documentation.I can't find anything that returns what object was clicked on =(
  2. Re: How do I select an object in a JFrame using the mouse?

    Any idea what that method is? I tried the .getClass() and all that does is return the java..... whatever the library is.
  3. How do I select an object in a JFrame using the mouse?

    I have a JFrame with a JPanel in it. In the JPanel I have a list of objects that consist of panels and JLabels and JFields. I am trying to select one of these nested panels with the mouse. Is there a...
Results 1 to 3 of 3