All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.sun.java.swing.border.JBorder | +----com.sun.java.swing.basic.BasicBezelBorder
public BasicBezelBorder()
public BasicBezelBorder(boolean isPressed, boolean hasFocus)
public boolean getIsPressed()
public boolean getHasFocus()
public void setIsPressed(boolean isPressed)
public void setHasFocus(boolean hasFocus)
public void paintBorder(Graphics g, int x, int y, int width, int height)
public Insets getBorderInsets()
public static void drawBezel(Graphics g, int x, int y, int w, int h, boolean isPressed, boolean hasFocus)
All Packages Class Hierarchy This Package Previous Next Index