public class LafWidgetUtilities2 extends Object
Modifier and Type | Method | Description |
---|---|---|
static PreviewPainter |
getComponentPreviewPainter(Component comp) |
Returns the preview painter for the specified component.
|
static PasswordStrengthChecker |
getPasswordStrengthChecker(JPasswordField jpf) |
Returns the password strength checker for the specified password field.
|
static TabPreviewPainter |
getTabPreviewPainter(JTabbedPane tabbedPane) |
Returns the preview painter for the specified tabbed pane.
|
public static TabPreviewPainter getTabPreviewPainter(JTabbedPane tabbedPane)
tabbedPane
- Tabbed pane.public static PreviewPainter getComponentPreviewPainter(Component comp)
comp
- Component.public static PasswordStrengthChecker getPasswordStrengthChecker(JPasswordField jpf)
jpf
- Password field.null
.