mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-12 22:08:07 +00:00
New undo/redo icons
This commit is contained in:
@@ -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() {
|
||||
|
||||
BIN
src/com/jpexs/decompiler/flash/gui/graphics/redo16.png
Normal file
BIN
src/com/jpexs/decompiler/flash/gui/graphics/redo16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.3 KiB |
BIN
src/com/jpexs/decompiler/flash/gui/graphics/redo32.png
Normal file
BIN
src/com/jpexs/decompiler/flash/gui/graphics/redo32.png
Normal file
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 |
Reference in New Issue
Block a user