Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boazy/TWEditorEnhanced
/ closeDialog
Method
closeDialog
src/main/java/ProgressDialog.java:47–52 ·
view source on GitHub ↗
(boolean success)
Source
from the content-addressed store, hash-verified
45
}
46
47
public
void
closeDialog(boolean success)
48
{
49
this.success = success;
50
setVisible(false);
51
dispose();
52
}
53
54
public
void
updateProgress(
int
progress)
55
{
Callers
5
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected