system tray using java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ashokformac
    New Member
    • Mar 2007
    • 16

    #1

    system tray using java

    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...
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    What does the static method SystemTray.isSu pported() return?

    kind regards,

    Jos

    Comment

    Working...