diff --git a/src/com/jpexs/decompiler/flash/easygui/EasySwfPanel.java b/src/com/jpexs/decompiler/flash/easygui/EasySwfPanel.java index 9e95ba943..30d56f52e 100644 --- a/src/com/jpexs/decompiler/flash/easygui/EasySwfPanel.java +++ b/src/com/jpexs/decompiler/flash/easygui/EasySwfPanel.java @@ -373,7 +373,7 @@ public class EasySwfPanel extends JPanel { JPanel topPanel = new JPanel(new BorderLayout()); - undoButton = new JButton(View.getIcon("rotateanticlockwise16")); + undoButton = new JButton(View.getIcon("undo16")); //undoButton.setToolTipText("Undo"); undoButton.setMargin(new Insets(5, 5, 5, 5)); 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.setMargin(new Insets(5, 5, 5, 5)); redoButton.addActionListener(new ActionListener() { diff --git a/src/com/jpexs/decompiler/flash/gui/graphics/redo16.png b/src/com/jpexs/decompiler/flash/gui/graphics/redo16.png new file mode 100644 index 000000000..bb7673c82 Binary files /dev/null and b/src/com/jpexs/decompiler/flash/gui/graphics/redo16.png differ diff --git a/src/com/jpexs/decompiler/flash/gui/graphics/redo32.png b/src/com/jpexs/decompiler/flash/gui/graphics/redo32.png new file mode 100644 index 000000000..e05a58f62 Binary files /dev/null and b/src/com/jpexs/decompiler/flash/gui/graphics/redo32.png differ diff --git a/src/com/jpexs/decompiler/flash/gui/graphics/undo16.png b/src/com/jpexs/decompiler/flash/gui/graphics/undo16.png index fdc394c7c..0c196ec09 100644 Binary files a/src/com/jpexs/decompiler/flash/gui/graphics/undo16.png and b/src/com/jpexs/decompiler/flash/gui/graphics/undo16.png differ