MCPcopy Create free account
hub / github.com/dorkbox/SystemTray / getMenu

Method getMenu

src/dorkbox/systemTray/SystemTray.java:895–898  ·  view source on GitHub ↗

@return the attached menu to this system tray

()

Source from the content-addressed store, hash-verified

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

Callers 5

TestMultiTrayMethod · 0.80
TestTrayMethod · 0.80
TestReAddTrayMethod · 0.80
TestTraySwtMethod · 0.80
doJavaFxStuffMethod · 0.80

Calls

no outgoing calls

Tested by 5

TestMultiTrayMethod · 0.64
TestTrayMethod · 0.64
TestReAddTrayMethod · 0.64
TestTraySwtMethod · 0.64
doJavaFxStuffMethod · 0.64