posted 22 years ago
I don't know which one of JWindow or JFrame.setUndecorated(true) performs better... I do know that if all you are doing is displaying a graphic, and you don't need to add any Swing components to the splash screen, Window (from AWT) comes up a bit faster than JWindow because it doesn't have to create the RootPane, ContentPane, etc that Swing requires.
-Nate
Write once, run anywhere, because there's nowhere to hide! - /. A.C.