Package | Description |
---|---|
jexer |
Jexer - Java Text User Interface library
|
Modifier and Type | Method and Description |
---|---|
TImage |
TWidget.addImage(int x,
int y,
int width,
int height,
java.awt.image.BufferedImage image,
int left,
int top)
Convenience function to add an image to this container/window.
|
TImage |
TWidget.addImage(int x,
int y,
int width,
int height,
java.awt.image.BufferedImage image,
int left,
int top,
TAction clickAction)
Convenience function to add an image to this container/window.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.