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]
# 1
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).
Ceranith at 2007-7-5 21:43:54 > top of Java-index,Archived Forums,Java Programming...
# 2
using Window....with these wonderfull classes called SkinLF...ive actually already tried using that...
LiQuid_AiR at 2007-7-5 21:43:54 > top of Java-index,Archived Forums,Java Programming...