adding color picker tool

This commit is contained in:
benfry
2006-03-10 16:12:11 +00:00
parent 685a0e2b01
commit 89906528a9
2 changed files with 289 additions and 0 deletions
+8
View File
@@ -653,6 +653,14 @@ public class Editor extends JFrame
});
menu.add(item);
item = newJMenuItem("Color Picker", 'P', false);
item.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
new ColorPicker(Editor.this).show();
}
});
menu.add(item);
item = new JMenuItem("Archive Sketch");
item.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {