MCPcopy Create free account
hub / github.com/XUANXUQAQ/File-Engine / getInstance

Method getInstance

src/main/java/file/engine/frames/TaskBar.java:105–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 }
104
105 private static TaskBar getInstance() {
106 if (INSTANCE == null) {
107 synchronized (TaskBar.class) {
108 if (INSTANCE == null) {
109 INSTANCE = new TaskBar();
110 }
111 }
112 }
113 return INSTANCE;
114 }
115
116 /**
117 * 响应托盘点击事件

Callers 3

showTrayIconEventMethod · 0.95
restartEventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected