Package | Description |
---|---|
jexer |
Jexer - Java Text User Interface library
|
Modifier and Type | Method and Description |
---|---|
TText |
TWidget.addText(java.lang.String text,
int x,
int y,
int width,
int height)
Convenience function to add a scrollable text box to this
container/window.
|
TText |
TWidget.addText(java.lang.String text,
int x,
int y,
int width,
int height,
java.lang.String colorKey)
Convenience function to add a scrollable text box to this
container/window.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.