Module java.desktop

Class BorderUIResource.EmptyBorderUIResource

    • Constructor Detail

      • EmptyBorderUIResource

        public EmptyBorderUIResource​(int top,
                                     int left,
                                     int bottom,
                                     int right)
        Constructs an EmptyBorderUIResource.
        Parameters:
        top - the top inset of the border
        left - the left inset of the border
        bottom - the bottom inset of the border
        right - the right inset of the border
      • EmptyBorderUIResource

        @ConstructorProperties("borderInsets")
        public EmptyBorderUIResource​(Insets insets)
        Constructs an EmptyBorderUIResource.
        Parameters:
        insets - the insets of the border