Class for creating styled JLabels, for using it in titles, headers, paragraphs and etc.
Type Params | Return Type | Name and description |
---|---|---|
|
static javax.swing.JLabel |
createBoldLabel(java.lang.String labelText) This method creates a bold label with the text specified as a parameter with system font and default text color. |
|
static javax.swing.JLabel |
createCentered(java.lang.String text) Creates regular styled centered label. |
|
static javax.swing.JLabel |
createControlHeader(java.lang.String labelText) expand panel title. section title |
|
static javax.swing.JLabel |
createDefaultLabel(java.lang.String labelText) This method creates a regular label with the text specified as a parameter with system font and default text color. |
|
static javax.swing.JLabel |
createHintLabel(java.lang.String labelText) This method creates label for description or hint purpose with text specified as a parameter The font for label text will be set to system default and color for the text will deffer from regular color (brighter). |
|
static javax.swing.JLabel |
createSemiboldLabel(java.lang.String labelText) This method creates a semibold label with the text specified as a parameter with system font and default text color. |
|
static javax.swing.JLabel |
createSubTitle(java.lang.String labelText) Creates label for using in description of settings values and etc. |
|
static javax.swing.JLabel |
createTitle(java.lang.String labelText) Creates label for using in title of content. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
This method creates a bold label with the text specified as a parameter with system font and default text color.
Creates regular styled centered label.
expand panel title. section title
This method creates a regular label with the text specified as a parameter with system font and default text color.
This method creates label for description or hint purpose with text specified as a parameter The font for label text will be set to system default and color for the text will deffer from regular color (brighter).
This method creates a semibold label with the text specified as a parameter with system font and default text color.
Creates label for using in description of settings values and etc. The font is set to Semibold, font size is default. Font color is getting from global styles settings.
Creates label for using in title of content. The font is set to Semibold. Font color and size are getting from global styles settings.