Merge remote-tracking branch 'origin/Rename-and-re-order-examples' into Rename-and-re-order-examples

This commit is contained in:
H Craig Miller 2022-12-31 23:46:54 -08:00
commit de2e65623f

View File

@ -29,23 +29,23 @@ 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",
"Two-stage rocket", "A staged rocket",
"Three-stage rocket", "A three-stage rocket",
"TARC payload rocket", "A trial TARC payload rocket",
"Tube fin rocket", "A tube fin rocket",
null, null,
// Examples demonstrating complex rocket features // Examples demonstrating complex rocket features
"Airstart timing", "Airstart timing",
"Chute release", "Chute release deployment",
"Dual parachute deployment", "Dual recovery deployment",
"Clustered motors", "Motor cluster",
"Parallel booster staging", "Parallel booster staging",
"Pods--airframes and winglets", "Pods--airframes and winglets",
"Pods--powered with recovery deployment", "Pods--powered with recovery deployment",
null, null,
// Examples demonstrating customized functionality // Examples demonstrating customized functionality
"Presets", "Presets",
"Simulation extensions", "Simulation extensions ",
"Simulation extensions and scripting" "Simulation extensions and scripting"
}; };