Example usage for Java weka.gui ComponentHelper fields, constructors, methods, implement or subclass
The text is from its open source code.
Image | getImage(String filename) returns the Image for a given filename, NULL if not successful |
String | showInputBox(Component parent, String title, String msg, Object initialValue) pops up an input dialog |
int | showMessageBox(Component parent, String title, String msg, int buttons, int messageType) displays a message box with the given title, message, buttons and icon ant the dimension. |