Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Java Splash Screen

  Asked By: Magenta    Date: Nov 01    Category: Java    Views: 812
  

does any one know of a way to add a Splash screen to show
when a java programme starts up? The only way I could think of doing
it would be by putting the image in it's own frame, but then you get
the title bar etc of the frame.

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Coleman Smith     Answered On: Nov 01

i had the same problem.
here's what i did. instead of using a Frame/JFrame
you should use a javax.swing.JWindow.
so you won't have a title  bar.

 
Didn't find what you were looking for? Find more on Java Splash Screen Or get search suggestion and latest updates.




Tagged: