Package adams.gui.core
Class BorderHelper
- java.lang.Object
-
- adams.gui.core.BorderHelper
-
public class BorderHelper extends Object
Helper class for Swing widget borders.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Constructor Summary
Constructors Constructor Description BorderHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Border
createBevelBorder(int type)
Creates a beveled border, taking the look'n'feel into account.
-
-
-
Method Detail
-
createBevelBorder
public static Border createBevelBorder(int type)
Creates a beveled border, taking the look'n'feel into account.- Parameters:
type
- the type of bevel to use- Returns:
- the border
-
-