fixing another icon

This commit is contained in:
rusefi 2020-06-22 18:15:24 -04:00
parent f043ee2faf
commit bceb432bdc
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ public class StartupFrame {
}
private Component createShowDeviceManagerButton() {
JButton showDeviceManager = new JButton(AutoupdateUtil.loadIcon("DeviceManager.png"));
JButton showDeviceManager = new JButton(AutoupdateUtil.loadIcon("/DeviceManager.png"));
showDeviceManager.setMargin(new Insets(0, 0, 0, 0));
showDeviceManager.setToolTipText("Show Device Manager");
showDeviceManager.addActionListener(event -> {