Class FlatRoundBorder

  • All Implemented Interfaces:
    java.io.Serializable, javax.swing.border.Border, javax.swing.plaf.UIResource

    public class FlatRoundBorder
    extends FlatBorder
    Border for various components (e.g. JComboBox).
    See Also:
    Serialized Form
    UiDefault:
    Component.arc int
    • Field Detail

      • arc

        protected final int arc
    • Constructor Detail

      • FlatRoundBorder

        public FlatRoundBorder()
    • Method Detail

      • getArc

        protected int getArc​(java.awt.Component c)
        Description copied from class: FlatBorder
        Returns the (unscaled) arc diameter of the border.
        Overrides:
        getArc in class FlatBorder