|
@@ -54,6 +54,7 @@ public final class ModelImporterVisualPanel3 extends JPanel {
|
|
loadModel(mainKey);
|
|
loadModel(mainKey);
|
|
if (currentModel != null) {
|
|
if (currentModel != null) {
|
|
offPanel.attach(currentModel);
|
|
offPanel.attach(currentModel);
|
|
|
|
+ }else{
|
|
jList2.setListData(new Object[]{mainKey});
|
|
jList2.setListData(new Object[]{mainKey});
|
|
}
|
|
}
|
|
}
|
|
}
|