Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
loadSave
Method · 0.95
saveFile
Method · 0.95
unpackSave
Method · 0.95
packSave
Method · 0.95
buildTemplates
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected