how to get system tray of mac os using java...
when i tried using ..
SystemTray tray = SystemTray.getD efaultSystemTra y();
it gives the following error..
"no tray in java.library.pa th"
if any one knows the answer please tell me...
when i tried using ..
SystemTray tray = SystemTray.getD efaultSystemTra y();
it gives the following error..
"no tray in java.library.pa th"
if any one knows the answer please tell me...
Comment