JavaTM 2 Platform Std. Ed. v1.5.0
javax.swing.plaf
Class BorderUIResource.EmptyBorderUIResource
java.lang.Object
javax.swing.border.AbstractBorder
javax.swing.border.EmptyBorder
javax.swing.plaf.BorderUIResource.EmptyBorderUIResource
- All Implemented Interfaces:
- Serializable, Border, UIResource
- Enclosing class:
- BorderUIResource
public static class BorderUIResource.EmptyBorderUIResource - extends EmptyBorder
- implements UIResource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BorderUIResource.EmptyBorderUIResource
public BorderUIResource.EmptyBorderUIResource(int top,
int left,
int bottom,
int right)
BorderUIResource.EmptyBorderUIResource
public BorderUIResource.EmptyBorderUIResource(Insets insets)
Copyright 2003 Sun Microsystems, Inc. All rights reserved
|