MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / resize

Method resize

ij/src/main/java/ij/ImageJ.java:1042–1048  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1040 }
1041
1042 public void resize() {
1043 double scale = Prefs.getGuiScale();
1044 toolbar.init();
1045 statusLine.setFont(new Font("SansSerif", Font.PLAIN, (int)(13*scale)));
1046 progressBar.init((int)(ProgressBar.WIDTH*scale), (int)(ProgressBar.HEIGHT*scale));
1047 pack();
1048 }
1049
1050 @AstroImageJ(reason = "Read AIJ version from a resource, particularly for debuging dev versions.")
1051 private static String getAijVersion() {

Callers 1

showDialogMethod · 0.95

Calls 3

getGuiScaleMethod · 0.95
initMethod · 0.65
setFontMethod · 0.65

Tested by

no test coverage detected