* experiment with high-dpi icons
Before Width: | Height: | Size: 748 B After Width: | Height: | Size: 632 B |
After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 586 B After Width: | Height: | Size: 531 B |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 605 B |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 628 B |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 655 B After Width: | Height: | Size: 562 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 1.8 KiB |
|
@ -127,7 +127,7 @@ class HistoryDialog extends JDialog {
|
||||||
content.add(createScrollPaneGroup("Elements", elementTable), "growx, wrap paragraph");
|
content.add(createScrollPaneGroup("Elements", elementTable), "growx, wrap paragraph");
|
||||||
|
|
||||||
// use ADD by default
|
// use ADD by default
|
||||||
Action importAction = new LoadAction("Import", ResourceManager.getIcon("action.load"), importHandler) {
|
Action importAction = new LoadAction("Import", ResourceManager.getIcon("action.folder"), importHandler) {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public TransferAction getTransferAction(ActionEvent evt) {
|
public TransferAction getTransferAction(ActionEvent evt) {
|
||||||
|
|
|
@ -342,7 +342,7 @@ public class PresetEditor extends JDialog {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
private final Action selectInputFolder = new AbstractAction("Select Input Folder", ResourceManager.getIcon("action.load")) {
|
private final Action selectInputFolder = new AbstractAction("Select Input Folder", ResourceManager.getIcon("action.folder")) {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void actionPerformed(ActionEvent evt) {
|
public void actionPerformed(ActionEvent evt) {
|
||||||
|
@ -378,7 +378,7 @@ public class PresetEditor extends JDialog {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
private final Action listFiles = new AbstractAction("List Files", ResourceManager.getIcon("action.list")) {
|
private final Action listFiles = new AbstractAction("List Files", ResourceManager.getIcon("action.search")) {
|
||||||
|
|
||||||
private JMenuItem createListItem(ActionEvent evt, File f) {
|
private JMenuItem createListItem(ActionEvent evt, File f) {
|
||||||
JMenuItem m = new JMenuItem(f.getPath());
|
JMenuItem m = new JMenuItem(f.getPath());
|
||||||
|
|