mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-24 22:50:45 +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());
|
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 |
Reference in New Issue
Block a user