- change ProgressHandle text to "Reloading Scene" when reloading scene due to classpath change.

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8647 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2011-11-11 15:44:01 +00:00
parent e45b4a91df
commit 9fd628355a

View File

@ -936,7 +936,7 @@ private void scaleButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-F
Runnable call = new Runnable() { Runnable call = new Runnable() {
public void run() { public void run() {
ProgressHandle progressHandle = ProgressHandleFactory.createHandle("Opening in SceneComposer"); ProgressHandle progressHandle = ProgressHandleFactory.createHandle("Reloading Scene..");
progressHandle.start(); progressHandle.start();
try { try {
manager.clearCache(); manager.clearCache();