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.
|