All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.java.swing.border.JGroovedBorder

java.lang.Object
   |
   +----com.sun.java.swing.border.JBorder
           |
           +----com.sun.java.swing.border.JGroovedBorder

public class JGroovedBorder
extends JBorder
Object capable of rendering a simple Groove border.


Constructor Index

 o JGroovedBorder()
 o JGroovedBorder(Color, Color)

Method Index

 o getBorderInsets()
 o paintBorder(Graphics, int, int, int, int)

Constructors

 o JGroovedBorder
 public JGroovedBorder()
 o JGroovedBorder
 public JGroovedBorder(Color highlight,
                       Color shadow)

Methods

 o paintBorder
 public void paintBorder(Graphics g,
                         int x,
                         int y,
                         int width,
                         int height)
Overrides:
paintBorder in class JBorder
 o getBorderInsets
 public Insets getBorderInsets()
Overrides:
getBorderInsets in class JBorder

All Packages  Class Hierarchy  This Package  Previous  Next  Index