does any one know of a way to add a Splash screen to showwhen a java programme starts up? The only way I could think of doingit would be by putting the image in it's own frame, but then you getthe title bar etc of the frame.
i had the same problem.here's what i did. instead of using a Frame/JFrameyou should use a javax.swing.JWindow.so you won't have a title bar.