New undo/redo icons

This commit is contained in:
Jindra Petřík
2025-05-25 23:09:52 +02:00
parent 07b9cb5174
commit e61ad4f349
4 changed files with 2 additions and 2 deletions
@@ -373,7 +373,7 @@ public class EasySwfPanel extends JPanel {
JPanel topPanel = new JPanel(new BorderLayout()); JPanel topPanel = new JPanel(new BorderLayout());
undoButton = new JButton(View.getIcon("rotateanticlockwise16")); undoButton = new JButton(View.getIcon("undo16"));
//undoButton.setToolTipText("Undo"); //undoButton.setToolTipText("Undo");
undoButton.setMargin(new Insets(5, 5, 5, 5)); undoButton.setMargin(new Insets(5, 5, 5, 5));
undoButton.addActionListener(new ActionListener() { undoButton.addActionListener(new ActionListener() {
@@ -383,7 +383,7 @@ public class EasySwfPanel extends JPanel {
} }
}); });
redoButton = new JButton(View.getIcon("rotateclockwise16")); redoButton = new JButton(View.getIcon("redo16"));
//redoButton.setToolTipText("Redo"); //redoButton.setToolTipText("Redo");
redoButton.setMargin(new Insets(5, 5, 5, 5)); redoButton.setMargin(new Insets(5, 5, 5, 5));
redoButton.addActionListener(new ActionListener() { redoButton.addActionListener(new ActionListener() {
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 625 B

After

Width:  |  Height:  |  Size: 1.3 KiB