net.sf.fmj.ejmf.toolkit.util
Class BorderConstants

java.lang.Object
  extended by net.sf.fmj.ejmf.toolkit.util.BorderConstants

public class BorderConstants
extends java.lang.Object

From the book: Essential JMF, Gordon, Talley (ISBN 0130801046). Used with permission.

Author:
Steve Talley & Rob Gordon

Field Summary
static javax.swing.border.EmptyBorder emptyBorder
           
static javax.swing.border.CompoundBorder etchedBorder
           
static int GAP
           
 
Constructor Summary
BorderConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

GAP

public static final int GAP
See Also:
Constant Field Values

emptyBorder

public static final javax.swing.border.EmptyBorder emptyBorder

etchedBorder

public static final javax.swing.border.CompoundBorder etchedBorder
Constructor Detail

BorderConstants

public BorderConstants()