| Author |
POSITIONING IMAGEICON
|
Zaafir Barahim
Ranch Hand
Joined: Dec 12, 2006
Posts: 36
|
|
|
Hi i have been able to display an image as background. Now i want to display an Image icon on a Jlabel and POSITION the IMAGE ICOn or the JLABEL. Please HELP ME out. Million thanks for any help, examples or codes. Thanks again
|
 |
Brandon Broschinsky
Ranch Hand
Joined: Aug 21, 2004
Posts: 41
|
|
More information on what you are trying to do would help. To add an imageicon to a label use Jlabel label = new JLabel(new ImageIcon("Path to your icon")); and you can just add the label to your frame. Once again more details on what you are trying to achieve will help to give you a more detailed answer.
|
 |
Brian Cole
Author
Ranch Hand
Joined: Sep 20, 2005
Posts: 852
|
|
This is the 4th thread you have created for this one problem. The others are 1st 2nd3rd Don't you realize that you are alienating the helpful people here to do this? Every time you create a new thread, you are lowering the probability of getting a helpful response. You might try posting the code you have written so far in an attempt to solve this problem. That will increase your chances of getting a helpful response.
|
bitguru blog
|
 |
 |
|
|
subject: POSITIONING IMAGEICON
|
|
|