mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 17:19:25 +01:00
add library support now getting closer
This commit is contained in:
@@ -581,9 +581,7 @@ implements MRJAboutHandler, MRJQuitHandler, MRJPrefsHandler
|
||||
|
||||
//
|
||||
|
||||
menu.add(sketchbook.getAddLibraryMenu());
|
||||
|
||||
item = new JMenuItem("Import...");
|
||||
item = new JMenuItem("Add File...");
|
||||
item.addActionListener(new ActionListener() {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
sketch.addFile();
|
||||
@@ -591,6 +589,8 @@ implements MRJAboutHandler, MRJQuitHandler, MRJPrefsHandler
|
||||
});
|
||||
menu.add(item);
|
||||
|
||||
menu.add(sketchbook.getAddLibraryMenu());
|
||||
|
||||
item = new JMenuItem("Create font...");
|
||||
item.addActionListener(new ActionListener() {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
|
||||
Reference in New Issue
Block a user