public void open(String key) {
centertabbedPanel.openAsset(key);
}
}, showCats, format, title, currentlySelectedPackage);
pop.show();
}
public void launchWizard(String format, String title, boolean showCats) {
launchWizard(format, title, showCats, null);