Example usage for Java weka.gui ListSelectorDialog fields, constructors, methods, implement or subclass
The text is from its open source code.
int | APPROVE_OPTION Signifies an OK property selection |
ListSelectorDialog(Window parentFrame, JList userList) Create the list selection dialog. |
int | showDialog() Pops up the modal dialog and waits for cancel or a selection. |