[EMAIL PROTECTED] wrote: > > I've been trying to create a splash screen for my > application all day and am not having any luck with it > displaying my graphics. I've tried everything off of sun's > site, tutorials and asked friends. > > Are there known problems with displaying graphics on linux > with jdk1.2prev2 glibc2.1 version? > > I will attach my two classes. If anyone could take a look > that would be great. > > I have tried using JLabels, Images, ImageIcons.. and nothing > seems to work. > First thing is to use a raw `java.awt.Window' to display your splash screen and add JLabel to it with a basic ImageIcon of your JPEG. Second thing is to use a `javax.swing.Timer' to make the SplashScreen go away after X seconds with `Window.hide()'. -- Adios Peter ----------------------------------------------------------------- import std.Disclaimer; // More Java for your Lava, Mate. "Give the man, what he wants. £££" [on Roy Keane, Quality Player] ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]