mirror of
https://github.com/SKCraft/Launcher.git
synced 2024-11-27 12:46:22 +01:00
Show the main launcher view slightly quicker.
This commit is contained in:
parent
ed4d6d2875
commit
5270e81ac3
@ -70,7 +70,12 @@ public class LauncherFrame extends JFrame {
|
|||||||
|
|
||||||
SwingHelper.setIconImage(this, Launcher.class, "icon.png");
|
SwingHelper.setIconImage(this, Launcher.class, "icon.png");
|
||||||
|
|
||||||
loadInstances();
|
SwingUtilities.invokeLater(new Runnable() {
|
||||||
|
@Override
|
||||||
|
public void run() {
|
||||||
|
loadInstances();
|
||||||
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
private void initComponents() {
|
private void initComponents() {
|
||||||
|
Loading…
Reference in New Issue
Block a user