I have a JLabel of 20x10 it has IconImage of 20, what i want is that the image set on bottom,
JLabel FONDO=new JLabel(Imagen("cas.png"));
FONDO.setBounds(10, 30, 20, 10);
after i do mouseEvent the code change:
FONDO.setBounds(10, 30, 20, 20);
the IconImagen is set on center... I needs it be on bottom
thanks for your advices!