BorderFactory « javax.swing « Java by API






1.BorderFactory: createBevelBorder(int type,Color highlight,Color shadow)
2.BorderFactory: createCompoundBorder(Border outsideBorder, Border insideBorder)
3.BorderFactory: createEtchedBorder()
4.BorderFactory: createEmptyBorder(int top,int left,int bottom,int right)
5.BorderFactory: createLineBorder(Color color)
6.BorderFactory: createLineBorder(Color color, int thickness)
7.BorderFactory: createLoweredBevelBorder()
8.BorderFactory: createMatteBorder(int top, int left, int bottom, int right, Color color)
9.BorderFactory: createRaisedBevelBorder()








10.BorderFactory.createTitledBorder(String text)
11.BorderFactory: createTitledBorder(Border b, String t, int j, int p)