Hide JFrame in Task Bar

Is there away to have a JFrame created but have it not show in the windows task bar at the bottom of the sceen?
[118 byte] By [blackmagea] at [2007-11-27 7:32:45]
# 1
No, but you can with a JWindow.
bsampieria at 2007-7-12 19:13:06 > top of Java-index,Desktop,Core GUI APIs...
# 2
Or a JDialog.
camickra at 2007-7-12 19:13:06 > top of Java-index,Desktop,Core GUI APIs...