Package | Description |
---|---|
jexer |
Jexer - Java Text User Interface library
|
Modifier and Type | Method and Description |
---|---|
TRadioGroup |
TWidget.addRadioGroup(int x,
int y,
java.lang.String label)
Convenience function to add a radio button group to this
container/window.
|
Constructor and Description |
---|
TRadioButton(TRadioGroup parent,
int x,
int y,
java.lang.String label,
int id)
Public constructor.
|
Copyright © 2019 Kevin Lamonte. Licensed MIT.