"AIK" <aik__1@hotmail .com> wrote in message news:<jHBsb.420 95$HoK.19632@ne ws01.bloor.is.n et.cable.rogers .com>...[color=blue]
> Can someone show me or point me to a nice tutorial on showing imageicon
> images in a jframe?
>
> Thanks.[/color]
Create a JLabel. Add the icon to the label. Add the label to the
frame's content pane. Pack and show the frame.
Comment