| Author |
Picture Woes
|
Atrus Greyor
Ranch Hand
Joined: Mar 07, 2004
Posts: 110
|
|
How can you put a picture into a frame? I have tried the ImageIcon but it doesn't want to work for me? Here is my code that SHOULD display a picture but it does not? If anyone is able to help me it would be greatly apprecited!
|
 |
Craig Wood
Ranch Hand
Joined: Jan 14, 2004
Posts: 1535
|
|
You have to choose between AWT and Swing. It is generally recommended to not mix them. The ImageIcon and JLabel classes are both in the javax.swing package (see api). If you choose AWT then this is one way to show an image.
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: Picture Woes
|
|
|