Java Swing Empty Border getAlignBorder()

Here you can find the source of getAlignBorder()

Description

get Align Border

License

Open Source License

Declaration

public static Border getAlignBorder() 

Method Source Code

//package com.java2s;

import javax.swing.BorderFactory;

import javax.swing.border.Border;

public class Main {
    public static Border getAlignBorder() {
        return BorderFactory.createEmptyBorder(5, 0, 0, 0);
    }//from w ww .  java2s.  com
}

Related

  1. buildPanelEmptyBorder(final JComponent content, final int top, final int left, final int bottom, final int right)
  2. contentPaneBorder(JComponent component)
  3. correctBorder(final JComponent comp)
  4. createEmptyBorder(int size)
  5. createInnerBorder(int size)
  6. getBigBorder()
  7. getDefaultEmptyBorder()
  8. getEmpty5Border()
  9. getEmptyBorder()