Search:

Type: Posts; User: Norm

Search: Search took 0.24 seconds.

  1. [SOLVED] Re: Issue with mouse listeners in a custom JComponent

    To see what the size of the component is, add this to the paintComponent method:
    System.out.println("pC bnds=" + getBounds());
  2. [SOLVED] Re: Issue with mouse listeners in a custom JComponent

    You need to post the code for the ImageUtilities class for testing.
Results 1 to 2 of 2