Displaying imageicon in a jframe

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • AIK

    Displaying imageicon in a jframe

    Can someone show me or point me to a nice tutorial on showing imageicon
    images in a jframe?

    Thanks.



  • FISH

    #2
    Re: Displaying imageicon in a jframe

    "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.


    -FISH- ><>

    Comment

    Working...