Updates for 0.9.5
[debian/openrocket] / src / net / sf / openrocket / gui / configdialog / RingComponentConfig.java
index f589dedc518903fd7c084536ccd943822fff403b..3a11c74b86da09054bd0ccbd9fd3ba51949cb736 100644 (file)
@@ -210,7 +210,13 @@ public class RingComponentConfig extends RocketComponentConfig {
                                ((RingComponent) component).setRadialPosition(0.0);
                        }
                });
-               panel.add(button,"spanx, right");
+               panel.add(button,"spanx, right, wrap para");
+               
+               
+               DescriptionArea note = new DescriptionArea(2);
+               note.setText("Note: An inner tube will not affect the aerodynamics" +
+                               " of the rocket even if it is located outside of the body tube.");
+               panel.add(note, "spanx, growx");
                
                
                return panel;