- add main model file to failed list when import failed in ModelImportTool... at the right place

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

View File

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