org.shetline.gui
Class KPasswordField.StatusBorder
java.lang.Object
  
org.shetline.gui.KPasswordField.StatusBorder
- All Implemented Interfaces: 
 - Border
 
- Enclosing class:
 - KPasswordField
 
protected class KPasswordField.StatusBorder
- extends Object
- implements Border
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
KPasswordField.StatusBorder
protected KPasswordField.StatusBorder()
getBorderInsets
public Insets getBorderInsets(Component c)
- Specified by:
 getBorderInsets in interface Border
 
 
isBorderOpaque
public boolean isBorderOpaque()
- Specified by:
 isBorderOpaque in interface Border
 
 
paintBorder
public void paintBorder(Component c,
                        Graphics g,
                        int x,
                        int y,
                        int width,
                        int height)
- Specified by:
 paintBorder in interface Border