Search:

Type: Posts; User: stewbond

Search: Search took 0.07 seconds.

  1. [SOLVED] Re: My MouseInputListener methods aren't being called.

    The component with listeners is "JLabel m_container" which is a member of Canvas and holds an ImageIcon().

    I use these so that when I use the mouse in the container, my methods are called:...
  2. [SOLVED] My MouseInputListener methods aren't being called.

    I have the following class which uses mousePressed, mouseDragged, and mouseReleased. I've thrown some breakpoints in these methods with jdb, but I find that they aren't triggered when I try and...
Results 1 to 2 of 2