| Author |
GridBagLaout
|
P Jain
Ranch Hand
Joined: Jul 31, 2004
Posts: 52
|
|
Hi! I have a JLabel on which I have setted a ImageIcon "a.jpg". Can I apply GridbagLayout on JLabel or ImageIcon. I want to change a portion of that Imageicon with another image "b.jpg".
|
Regards<br />P Jain
|
 |
Nigel Browne
Ranch Hand
Joined: May 15, 2001
Posts: 673
|
|
Would it not be easier to create a third icon file c.jpg which is made from the a.jpg and b.jpg files and then apply that file to the JLabel ? I have never tried appling a GridBagLayout to JLabel but JLabel does inherit the setLayout method from java.awt.Container, so in theory it is possible.
|
 |
 |
|
|
subject: GridBagLaout
|
|
|