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 |
createDefaultLabel(java.lang.String labelText)This method creates regular label with 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 |
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 The font is set to semibold Font color and size are getting from global styles settings. |
| 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 regular label with 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)
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.