Update ExampleDesignFileAction.java
Changes requested by @SiboVG
This commit is contained in:
parent
de2e65623f
commit
64b6942e75
@ -29,23 +29,23 @@ public final class ExampleDesignFileAction extends JMenu {
|
||||
private static final String[] exampleFileOrder = {
|
||||
// Examples of basic rockets
|
||||
"A simple model rocket",
|
||||
"A staged rocket",
|
||||
"A three-stage rocket",
|
||||
"A trial TARC payload rocket",
|
||||
"A tube fin rocket",
|
||||
"Two-stage rocket",
|
||||
"Three-stage rocket",
|
||||
"TARC payload rocket",
|
||||
"Tube fin rocket",
|
||||
null,
|
||||
// Examples demonstrating complex rocket features
|
||||
"Airstart timing",
|
||||
"Chute release deployment",
|
||||
"Dual recovery deployment",
|
||||
"Motor cluster",
|
||||
"Chute release",
|
||||
"Dual parachute deployment",
|
||||
"Clustered motors",
|
||||
"Parallel booster staging",
|
||||
"Pods--airframes and winglets",
|
||||
"Pods--powered with recovery deployment",
|
||||
null,
|
||||
// Examples demonstrating customized functionality
|
||||
"Presets",
|
||||
"Simulation extensions ",
|
||||
"Simulation extensions",
|
||||
"Simulation extensions and scripting"
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user