more icon reading issues :(
This commit is contained in:
parent
cddb469678
commit
15a0a1b236
|
@ -265,7 +265,7 @@ public class StartupFrame {
|
|||
}
|
||||
|
||||
private Component createShowDeviceManagerButton() {
|
||||
JButton showDeviceManager = new JButton(AutoupdateUtil.loadIcon("/DeviceManager.png"));
|
||||
JButton showDeviceManager = new JButton(AutoupdateUtil.loadIcon("/com/rusefi/DeviceManager.png"));
|
||||
showDeviceManager.setMargin(new Insets(0, 0, 0, 0));
|
||||
showDeviceManager.setToolTipText("Show Device Manager");
|
||||
showDeviceManager.addActionListener(event -> {
|
||||
|
|
Loading…
Reference in New Issue