class org.aswing.JSeparator extends Component
| Interfaces | |||
![]()  | Orientable | 
  | |
JSeparator provides a general purpose component for
implementing divider lines - most commonly used as a divider
between menu items that breaks them up into logical groupings.
Instead of using JSeparator  directly,
you can use the JMenu or JPopupMenu.
JSeparators may also be used elsewhere in a GUI
wherever a visual divider is useful.
Class Fields
Instance Fields
function new(?orientation:Int = 0): Void
JSeparator(orientation:Number)
JSeparator() default orientation to AsWingConstants.HORIZONTAL;
            