MCPcopy Index your code
hub / github.com/Macuyiko/minecraft-python / run

Method run

ServerEditorJava/src/Editor.java:238–240  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236 public static void main(String[] args) {
237 SwingUtilities.invokeLater(new Runnable() {
238 public void run() {
239 new Editor().setVisible(true);
240 }
241 });
242 }
243

Callers 3

iFunction · 0.45
XbFunction · 0.45
ext-emmet.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected