- add main model file to failed list when import failed in ModelImportTool

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9476 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2012-06-11 01:54:58 +00:00
parent 2f149ec2a5
commit 43eca4f47d

View File

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