Uses of Class
jexer.TRadioGroup
-
Packages that use TRadioGroup Package Description jexer Jexer - Java Text User Interface library -
-
Uses of TRadioGroup in jexer
Methods in jexer that return TRadioGroup Modifier and Type Method Description TRadioGroup
TWidget. addRadioGroup(int x, int y, int width, java.lang.String label)
Convenience function to add a radio button group to this container/window.TRadioGroup
TWidget. addRadioGroup(int x, int y, java.lang.String label)
Convenience function to add a radio button group to this container/window.
-