mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 17:19:25 +01:00
working on "add library" functionality
This commit is contained in:
@@ -579,6 +579,10 @@ implements MRJAboutHandler, MRJQuitHandler, MRJPrefsHandler
|
||||
});
|
||||
menu.addSeparator();
|
||||
|
||||
//
|
||||
|
||||
menu.add(sketchbook.getAddLibraryMenu());
|
||||
|
||||
item = new JMenuItem("Import...");
|
||||
item.addActionListener(new ActionListener() {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
|
||||
Reference in New Issue
Block a user