Hide JFrame on taskbar

Dear All,When creating a JFrame, a taskbar item is automatically displayed. Is there any way of preventing this?I would also be grateful to hear of any alternative suggestions to using a JFrame if appropriate.Many thanks,James
[261 byte] By [JRPa] at [2007-11-27 10:02:26]
# 1
I have just found the solution.For the benefit of others who may have a similar question I would suggest using a JWindow component.import javax.swing.JWindowRegards,James
JRPa at 2007-7-13 0:36:43 > top of Java-index,Desktop,Core GUI APIs...