mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
Started migrating to zoomed fonts.
This commit is contained in:
@@ -1750,8 +1750,11 @@ public class JavaEditor extends Editor {
|
||||
+ " changes in your sketch.<br />"
|
||||
+ " Do you want to save it before"
|
||||
+ " running? </body></html>");
|
||||
label.setFont(new Font(label.getFont().getName(),
|
||||
Font.PLAIN, label.getFont().getSize() + 1));
|
||||
label.setFont(new Font(
|
||||
label.getFont().getName(),
|
||||
Font.PLAIN,
|
||||
Toolkit.zoom(label.getFont().getSize() + 1)
|
||||
));
|
||||
panelLabel.add(label);
|
||||
panelMain.add(panelLabel);
|
||||
final JCheckBox dontRedisplay = new JCheckBox("Remember this decision");
|
||||
|
||||
Reference in New Issue
Block a user