我想我的程序在
Windows中的时钟附近的TaskBar状态区域中显示一个图标,并找到一种方法.
事情是,如果窗口上按下“X”,而不是在系统托盘中,我希望我的程序在状态区域保持打开状态,但我不知道如何这样做,并且在Google上搜索“帮助(我可能没有搜索正确的词).
解决方法
I know how to have my program’s icon in the notification area,what I’d like is to hide it in the area where it is normally displayed when you minimize a window.
然后不要使用系统托盘.
The thing is,I’d like my program to stay open in the Status Area if the “X” is pressed on the window,
frame.setDefaultCloSEOperation(JFrame.HIDE_ON_CLOSE);