| Methoden |
| public static Border | createLineBorder(Color color) |
| public static Border | createLineBorder(Color color, int thickness) |
| public static Border | createRaisedBevelBorder() |
| public static Border | createLoweredBevelBorder() |
| public static Border | createBevelBorder(int type) |
| public static Border | createBevelBorder(int type, Color highlight, Color shadow) |
| public static Border | createBevelBorder(int type, Color highlightOuter, Color highlightInner, Color shadowOuter, Color shadowInner) |
| public static Border | createEtchedBorder() |
| public static Border | createEtchedBorder(Color highlight, Color shadow) |
| public static Border | createEtchedBorder(int type) ![[1.3]](../../images/marg13.gif) |
| public static Border | createEtchedBorder(int type, Color highlight, Color shadow) ![[1.3]](../../images/marg13.gif) |
| public static TitledBorder | createTitledBorder(String title) |
| public static TitledBorder | createTitledBorder(Border border) |
| public static TitledBorder | createTitledBorder(Border border, String title) |
| public static TitledBorder | createTitledBorder(Border border, String title, int titleJustification, int titlePosition) |
| public static TitledBorder | createTitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont) |
| public static TitledBorder | createTitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor) |
| public static Border | createEmptyBorder() |
| public static Border | createEmptyBorder(int top, int left, int bottom, int right) |
| public static CompoundBorder | createCompoundBorder() |
| public static CompoundBorder | createCompoundBorder(Border outsideBorder, Border insideBorder) |
| public static MatteBorder | createMatteBorder(int top, int left, int bottom, int right, Color color) |
| public static MatteBorder | createMatteBorder(int top, int left, int bottom, int right, Icon tileIcon) |