Java Platform 1.2
Beta 4

Uses of Class
com.sun.java.swing.border.TitledBorder

Packages that use TitledBorder
com.sun.java.swing Provides a set of "lightweight" (all-Java
com.sun.java.swing.plaf Provides one interface and many abstract classes that Swing uses to provide its pluggable look-and-feel capabilities.  
 

Uses of TitledBorder in com.sun.java.swing
 

Methods in com.sun.java.swing that return TitledBorder
static TitledBorder BorderFactory.createTitledBorder(String title)
           
static TitledBorder BorderFactory.createTitledBorder(Border border)
           
static TitledBorder BorderFactory.createTitledBorder(Border border, String title)
           
static TitledBorder BorderFactory.createTitledBorder(Border border, String title, int titleJustification, int titlePosition)
           
static TitledBorder BorderFactory.createTitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont)
           
static TitledBorder BorderFactory.createTitledBorder(Border border, String title, int titleJustification, int titlePosition, Font titleFont, Color titleColor)
           
 

Uses of TitledBorder in com.sun.java.swing.plaf
 

Subclasses of TitledBorder in com.sun.java.swing.plaf
static  BorderUIResource.TitledBorderUIResource
           
 


Java Platform 1.2
Beta 4

Submit a bug or feature
Submit comments/suggestions about new javadoc look
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.
This documentation was generated with a post-Beta4 version of Javadoc.