|
|
|
@ -35,8 +35,8 @@ import com.jme3.asset.AssetEventListener; |
|
|
|
|
import com.jme3.asset.AssetKey; |
|
|
|
|
import com.jme3.export.Savable; |
|
|
|
|
import com.jme3.export.binary.BinaryExporter; |
|
|
|
|
import com.jme3.gde.core.scene.ApplicationLogHandler.LogLevel; |
|
|
|
|
import com.jme3.gde.core.scene.SceneApplication; |
|
|
|
|
import com.jme3.gde.core.util.notify.NotifyUtil; |
|
|
|
|
import java.io.IOException; |
|
|
|
|
import java.io.OutputStream; |
|
|
|
|
import java.lang.reflect.InvocationTargetException; |
|
|
|
@ -52,7 +52,6 @@ import org.netbeans.api.project.Project; |
|
|
|
|
import org.netbeans.api.project.ProjectManager; |
|
|
|
|
import org.openide.DialogDisplayer; |
|
|
|
|
import org.openide.NotifyDescriptor; |
|
|
|
|
import org.openide.awt.StatusDisplayer; |
|
|
|
|
import org.openide.cookies.SaveCookie; |
|
|
|
|
import org.openide.filesystems.FileLock; |
|
|
|
|
import org.openide.filesystems.FileObject; |
|
|
|
@ -223,7 +222,7 @@ public class AssetDataObject extends MultiDataObject { |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
progressHandle.finish(); |
|
|
|
|
NotifyUtil.info("Saved file", "File " + getPrimaryFile().getNameExt() + " saved successfully."); |
|
|
|
|
logger.log(LogLevel.USERINFO, "File {0} saved successfully", getPrimaryFile().getNameExt()); |
|
|
|
|
setModified(false); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|