Can i show JPanel to user without container?

HiI want to show JPanel alone without container Can i do that?
[76 byte] By [Elnegm] at [2007-11-26 12:17:06]
# 1
Where did You get that idea?If you don't want user to see the frame use it's setUndecorated method
hellbinder at 2007-7-7 14:54:08 > top of Java-index,Archived Forums,Socket Programming...
# 2
Where did You get that idea?The splash screens that appear on numerous applications, perhaps? :o)
itchyscratchy at 2007-7-7 14:54:08 > top of Java-index,Archived Forums,Socket Programming...
# 3
The splash screens that appear on numerous applications, perhaps? :o)I was more conerned if the idea was given or self-invented.
hellbinder at 2007-7-7 14:54:08 > top of Java-index,Archived Forums,Socket Programming...
# 4
Depends what you wanta) an undecorated frame will add an icon to the task barb) a JWindow won't add an icon to the task bar.
camickr at 2007-7-7 14:54:08 > top of Java-index,Archived Forums,Socket Programming...