private JList profilesList;
//private IdentityPanel identityPanel;
public LauncherFrame(@NonNull Launcher launcher) {
this.launcher = launcher;
new SwingProgressObserver(this, executor);
setTitle(_("launcher.title"));
SwingHelper.setIconImage(this, "/resources/icon.png");
initComponents();
initMenu();