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