java - Hiding my program in the System Tray in Windows -


i'd program display icon in taskbar status area near clock in windows , found way so.

the thing is, i'd program stay open in status area if "x" pressed on window, not in system tray, have no idea how , searching on google didn't (i'm not searching right terms).

edit: think used wrong terms. know how have program's icon in notification area, i'd hide in area displayed when minimize window.

i know how have program's icon in notification area, i'd hide in area displayed when minimize window.

then don't use system tray.

the thing is, i'd program stay open in status area if "x" pressed on window,

frame.setdefaultcloseoperation(jframe.hide_on_close); 

Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -