mirror of
https://github.com/SKCraft/Launcher.git
synced 2024-11-28 12:57:07 +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");
|
SwingHelper.setIconImage(this, Launcher.class, "icon.png");
|
||||||
|
|
||||||
|
SwingUtilities.invokeLater(new Runnable() {
|
||||||
|
@Override
|
||||||
|
public void run() {
|
||||||
loadInstances();
|
loadInstances();
|
||||||
}
|
}
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
private void initComponents() {
|
private void initComponents() {
|
||||||
setLayout(new MigLayout("fill, insets dialog", "[][]push[][]", "[grow][]"));
|
setLayout(new MigLayout("fill, insets dialog", "[][]push[][]", "[grow][]"));
|
||||||
|
Loading…
Reference in New Issue
Block a user