MCPcopy Create free account
hub / github.com/boazy/TWEditorEnhanced / showDialog

Method showDialog

src/main/java/ProgressDialog.java:39–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 }
38
39 public boolean showDialog()
40 {
41 pack();
42 setLocationRelativeTo(this.parent);
43 setVisible(true);
44 return this.success;
45 }
46
47 public void closeDialog(boolean success)
48 {

Callers 5

loadSaveMethod · 0.95
saveFileMethod · 0.95
unpackSaveMethod · 0.95
packSaveMethod · 0.95
buildTemplatesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected