fixing another icon
This commit is contained in:
parent
f043ee2faf
commit
bceb432bdc
|
@ -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 -> {
|
||||
|
|
Loading…
Reference in New Issue