SDK:
- fix NavMesh wizard titles git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8989 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
eee8f765ff
commit
89be3fac6e
@ -24,7 +24,7 @@ public final class NewNavMeshVisualPanel1 extends JPanel {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String getName() {
|
public String getName() {
|
||||||
return "Step #1";
|
return "Specify Settings";
|
||||||
}
|
}
|
||||||
|
|
||||||
public void loadSettings(WizardDescriptor wiz){
|
public void loadSettings(WizardDescriptor wiz){
|
||||||
|
@ -42,7 +42,7 @@ public final class NewNavMeshWizardAction extends AbstractNewSpatialWizardAction
|
|||||||
WizardDescriptor wizardDescriptor = new WizardDescriptor(getPanels());
|
WizardDescriptor wizardDescriptor = new WizardDescriptor(getPanels());
|
||||||
// {0} will be replaced by WizardDesriptor.Panel.getComponent().getName()
|
// {0} will be replaced by WizardDesriptor.Panel.getComponent().getName()
|
||||||
wizardDescriptor.setTitleFormat(new MessageFormat("{0}"));
|
wizardDescriptor.setTitleFormat(new MessageFormat("{0}"));
|
||||||
wizardDescriptor.setTitle("Your wizard dialog title here");
|
wizardDescriptor.setTitle("Create NavMesh");
|
||||||
NavMeshGenerator gen = new NavMeshGenerator();
|
NavMeshGenerator gen = new NavMeshGenerator();
|
||||||
wizardDescriptor.putProperty("generator", gen);
|
wizardDescriptor.putProperty("generator", gen);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user