org.mars_sim.msp.ui.standard
Class MarsPanelBorder

java.lang.Object
  extended by javax.swing.border.AbstractBorder
      extended by javax.swing.border.CompoundBorder
          extended by org.mars_sim.msp.ui.standard.MarsPanelBorder
All Implemented Interfaces:
java.io.Serializable, javax.swing.border.Border

public class MarsPanelBorder
extends javax.swing.border.CompoundBorder

The MarsPanelBorder is a common compound border used for panels.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.border.CompoundBorder
insideBorder, outsideBorder
 
Constructor Summary
MarsPanelBorder()
          Constructor
 
Method Summary
 
Methods inherited from class javax.swing.border.CompoundBorder
getBorderInsets, getBorderInsets, getInsideBorder, getOutsideBorder, isBorderOpaque, paintBorder
 
Methods inherited from class javax.swing.border.AbstractBorder
getBaseline, getBaselineResizeBehavior, getInteriorRectangle, getInteriorRectangle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarsPanelBorder

public MarsPanelBorder()
Constructor