mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
library and video stuff
This commit is contained in:
@@ -259,7 +259,8 @@ public class PdePreferences extends JComponent {
|
||||
|
||||
// [ ] Enable export to "Library"
|
||||
|
||||
exportLibraryBox = new JCheckBox("Enable advanced \"Library\" features");
|
||||
exportLibraryBox = new JCheckBox("Enable advanced \"Library\" features" +
|
||||
" (requires restart)");
|
||||
pain.add(exportLibraryBox);
|
||||
d = exportLibraryBox.getPreferredSize();
|
||||
exportLibraryBox.setBounds(left, top, d.width, d.height);
|
||||
|
||||
Reference in New Issue
Block a user