Al Bowen
08-15-2000, 12:10 AM
I have a corporate logo in a *.gif. I want to display it on my form in a
java Application not an Applet. Is there a simple way to do that?
thanks al bowen
Paul Clapham
08-15-2000, 10:58 AM
Yes, you can use it in any component that takes an Icon as a parameter.
Both GIF and JPEG can be used. Here's an example:
frame.setIconImage(frame.getToolkit().getImage("Birdicon.jpeg"));
Al Bowen <al_bowen@jdedwards.com> wrote in message
news:3998c29c$1@news.devx.com...
>
> I have a corporate logo in a *.gif. I want to display it on my form in a
> java Application not an Applet. Is there a simple way to do that?
>
> thanks al bowen
>