@return the attached menu to this system tray
()
| 893 | * @return the attached menu to this system tray |
| 894 | */ |
| 895 | public |
| 896 | Menu getMenu() { |
| 897 | return menu; |
| 898 | } |
| 899 | |
| 900 | /** |
| 901 | * Converts the specified JMenu into a compatible SystemTray menu, using the JMenu icon as the image for the SystemTray. The currently |
no outgoing calls