Search:

Type: Posts; User: handuel

Search: Search took 0.08 seconds.

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

    Thankyou very much copeg, changing the layout manager does indeed fix the problem. For refference for any with a similar problem, to fix it all I had to do was edit my test class(my main class), so...
  2. [SOLVED] Re: Issue with mouse listeners in a custom JComponent

    Thankyou very much for the quick replies I will try copegs answer, but while I do that, here is the code for the ImageUtilities class norm:


    public class ImageUtilities {

    public static...
  3. [SOLVED] Issue with mouse listeners in a custom JComponent

    I am attemting to make a custom button class by extending JComponent, my code looks like this:


    /*
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    ...
Results 1 to 3 of 3