iconify..do i dare?
I made a splash screen..how can i make that splash screen go to the task bar?i know this can be done..there is always an answer for everything >:)thanks guys have a good night
[206 byte] By [
LiQuid_AiR] at [2007-9-27 13:54:44]

What are you using right now, my guess is JWindow, right? Anyway, in 1.4 I know that you can use JFrame and call setUndecorated(true); to remove the titlebar. Then all you do is call setState(Frame.ICONIFIED), or now setExtendedState(Frame.ICONIFIED).