Package | Description |
---|---|
jexer |
Jexer - Java Text User Interface library
|
Modifier and Type | Method and Description |
---|---|
TLabel |
TWidget.addLabel(java.lang.String text,
int x,
int y)
Convenience function to add a label to this container/window.
|
TLabel |
TWidget.addLabel(java.lang.String text,
int x,
int y,
java.lang.String colorKey)
Convenience function to add a label to this container/window.
|
TLabel |
TWidget.addLabel(java.lang.String text,
int x,
int y,
java.lang.String colorKey,
boolean useWindowBackground)
Convenience function to add a label to this container/window.
|
TLabel |
TWidget.addLabel(java.lang.String text,
int x,
int y,
java.lang.String colorKey,
boolean useWindowBackground,
TAction action)
Convenience function to add a label to this container/window.
|
TLabel |
TWidget.addLabel(java.lang.String text,
int x,
int y,
java.lang.String colorKey,
TAction action)
Convenience function to add a label to this container/window.
|
TLabel |
TWidget.addLabel(java.lang.String text,
int x,
int y,
TAction action)
Convenience function to add a label to this container/window.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.