new open, save, saveas icons
@@ -131,7 +131,7 @@ public class MainFrame extends JFrame implements ActionListener {
|
||||
miSave.setActionCommand("SAVE");
|
||||
miSave.addActionListener(this);
|
||||
JMenuItem miSaveAs = new JMenuItem("Save as...");
|
||||
miSaveAs.setIcon(new ImageIcon(View.loadImage("com/jpexs/asdec/gui/graphics/save16.png")));
|
||||
miSaveAs.setIcon(new ImageIcon(View.loadImage("com/jpexs/asdec/gui/graphics/saveas16.png")));
|
||||
miSaveAs.setActionCommand("SAVEAS");
|
||||
miSaveAs.addActionListener(this);
|
||||
JMenu menuExportAll = new JMenu("Export all");
|
||||
|
||||
|
Before Width: | Height: | Size: 859 B After Width: | Height: | Size: 768 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 908 B After Width: | Height: | Size: 504 B |
|
After Width: | Height: | Size: 481 B |