How to hide tray icon when in jframe

how to hide the tray icon when v display a new JFrame in jdk1.5?
[71 byte] By [JavaHeroPrincea] at [2007-11-27 7:48:54]
# 1
tray icon come with jdk1.6, not available in 1.5
j_shadinataa at 2007-7-12 19:29:48 > top of Java-index,Desktop,Core GUI APIs...
# 2
tray icon or task-bar icon?
Aniruddha-Herea at 2007-7-12 19:29:48 > top of Java-index,Desktop,Core GUI APIs...
# 3
use a JWindow or JDialog, but you may come across other problems if usingthem without a parent (the parent will be the one in the task bar)
Michael_Dunna at 2007-7-12 19:29:48 > top of Java-index,Desktop,Core GUI APIs...