* added icon to history panel close button
This commit is contained in:
parent
861b0e1b12
commit
54d50f0be4
|
@ -319,7 +319,7 @@ class HistoryDialog extends JDialog {
|
||||||
return table;
|
return table;
|
||||||
}
|
}
|
||||||
|
|
||||||
private final Action closeAction = new AbstractAction("Close") {
|
private final Action closeAction = new AbstractAction("Close", ResourceManager.getIcon("dialog.continue")) {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void actionPerformed(ActionEvent e) {
|
public void actionPerformed(ActionEvent e) {
|
||||||
|
|
Loading…
Reference in New Issue