Update ExampleDesignFileAction.java

Changes requested by @SiboVG
This commit is contained in:
H Craig Miller 2022-12-31 23:47:37 -08:00
parent de2e65623f
commit 64b6942e75

View File

@ -29,16 +29,16 @@ public final class ExampleDesignFileAction extends JMenu {
private static final String[] exampleFileOrder = { private static final String[] exampleFileOrder = {
// Examples of basic rockets // Examples of basic rockets
"A simple model rocket", "A simple model rocket",
"A staged rocket", "Two-stage rocket",
"A three-stage rocket", "Three-stage rocket",
"A trial TARC payload rocket", "TARC payload rocket",
"A tube fin rocket", "Tube fin rocket",
null, null,
// Examples demonstrating complex rocket features // Examples demonstrating complex rocket features
"Airstart timing", "Airstart timing",
"Chute release deployment", "Chute release",
"Dual recovery deployment", "Dual parachute deployment",
"Motor cluster", "Clustered motors",
"Parallel booster staging", "Parallel booster staging",
"Pods--airframes and winglets", "Pods--airframes and winglets",
"Pods--powered with recovery deployment", "Pods--powered with recovery deployment",