Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bobbylight/RText
/ setVisible
Method
setVisible
src/main/java/org/fife/rtext/AboutDialog.java:166–171 ·
view source on GitHub ↗
(boolean visible)
Source
from the content-addressed store, hash-verified
164
}
165
166
public
void
setVisible(boolean visible) {
167
if
(visible) {
168
memoryField.setText(getMemoryInfo());
169
}
170
super.setVisible(visible);
171
}
172
173
174
/**
Callers
15
AboutDialog
Method · 0.95
addTextAreaImpl
Method · 0.45
updateSelectionLengthDisplay
Method · 0.45
main
Method · 0.45
CreditsDialog
Method · 0.45
LicenseDialog
Method · 0.45
handleLocalLink
Method · 0.45
findNext
Method · 0.45
hideFindDialogIfVisible
Method · 0.45
hideReplaceDialogIfVisible
Method · 0.45
replaceNext
Method · 0.45
showFindUI
Method · 0.45
Calls
2
getMemoryInfo
Method · 0.95
setText
Method · 0.80
Tested by
no test coverage detected