MCPcopy Create free account
hub / github.com/TheCyaniteProject/exit_code_java / closeStartMenu

Method closeStartMenu

src/main/java/exitcode/Apps.java:294–301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

292 }
293
294 public static void closeStartMenu() {
295 if (!(Desktop.startMenuClose == null)) {
296 if (Desktop.startMenuIsOpen) {
297 Desktop.startMenuClose.run();
298 Desktop.startMenuIsOpen = false;
299 }
300 }
301 }
302
303 public static void setDefaultStartMenu() {
304 BorderPane window = new BorderPane();

Callers 2

setDefaultStartMenuMethod · 0.95
startMethod · 0.95

Calls 1

runMethod · 0.45

Tested by

no test coverage detected