MCPcopy 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

AboutDialogMethod · 0.95
addTextAreaImplMethod · 0.45
mainMethod · 0.45
CreditsDialogMethod · 0.45
LicenseDialogMethod · 0.45
handleLocalLinkMethod · 0.45
findNextMethod · 0.45
replaceNextMethod · 0.45
showFindUIMethod · 0.45

Calls 2

getMemoryInfoMethod · 0.95
setTextMethod · 0.80

Tested by

no test coverage detected