public final class ComponentConverter
extends java.lang.Object
| Constructor and Description | 
|---|
ComponentConverter()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
convertToGhost(javax.swing.JComponent component, UIConstants.Look look)
Convert the given component and all of its children to the ghost look. 
 | 
public static void convertToGhost(javax.swing.JComponent component,
                  UIConstants.Look look)
component - the parent component to start the conversion.look - the type of ghost look to convert to.