- 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:
parent
e45b4a91df
commit
9fd628355a
@ -936,7 +936,7 @@ private void scaleButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-F
|
||||
Runnable call = new Runnable() {
|
||||
|
||||
public void run() {
|
||||
ProgressHandle progressHandle = ProgressHandleFactory.createHandle("Opening in SceneComposer");
|
||||
ProgressHandle progressHandle = ProgressHandleFactory.createHandle("Reloading Scene..");
|
||||
progressHandle.start();
|
||||
try {
|
||||
manager.clearCache();
|
||||
|
Loading…
x
Reference in New Issue
Block a user