Method
Menus
(ImageJ ijInstance, Applet appletInstance)
Source from the content-addressed store, hash-verified
| 112 | public static int setMenuBarCount; |
| 113 | |
| 114 | Menus(ImageJ ijInstance, Applet appletInstance) { |
| 115 | ij = ijInstance; |
| 116 | String title = ij!=null?ij.getTitle():null; |
| 117 | applet = appletInstance; |
| 118 | instance = this; |
| 119 | fontSize = Prefs.getInt(Prefs.MENU_SIZE, defaultFontSize); |
| 120 | } |
| 121 | |
| 122 | @AstroImageJ(reason = """ |
| 123 | Disable IJ zoom in favor of AIJ zoom |
Callers
nothing calls this directly
Tested by
no test coverage detected