public abstract class AbstractAuthenticationForm extends Object
Modifier and Type | Field and Description |
---|---|
protected static Color |
CARD_BACKGROUND_COLOR |
protected static Color |
CARD_BORDER_COLOR |
protected static int |
GROUP_SPACING |
protected static com.jgoodies.forms.layout.ColumnSpec |
LABEL_COLUMN |
protected static com.jgoodies.forms.layout.ColumnSpec |
RIGHTMOST_COLUMN |
protected static int |
TOP_SPACING |
Constructor and Description |
---|
AbstractAuthenticationForm() |
Modifier and Type | Method and Description |
---|---|
protected abstract JPanel |
buildUI() |
JPanel |
getComponent() |
protected void |
setBackgroundColorOnPanel(JPanel panel) |
protected void |
setBorderAndBackgroundColorOnPanel(JPanel panel) |
protected void |
setBorderOnPanel(JPanel card) |
protected static final com.jgoodies.forms.layout.ColumnSpec LABEL_COLUMN
protected static final com.jgoodies.forms.layout.ColumnSpec RIGHTMOST_COLUMN
protected static final Color CARD_BORDER_COLOR
protected static final Color CARD_BACKGROUND_COLOR
protected static final int TOP_SPACING
protected static final int GROUP_SPACING
public JPanel getComponent()
protected abstract JPanel buildUI()
protected void setBorderOnPanel(JPanel card)
protected void setBackgroundColorOnPanel(JPanel panel)
protected void setBorderAndBackgroundColorOnPanel(JPanel panel)
Copyright © 2019. All Rights Reserved.