List of usage examples for weka.classifiers.bayes.net GUI GUI
public GUI()
From source file:adams.gui.menu.BayesNetEditor.java
License:Open Source License
/** * Launches the functionality of the menu item. *//*from w ww .j a va 2 s .c o m*/ public void launch() { GUI panel = new GUI(); ChildFrame frame = createChildFrame(panel, GUIHelper.getDefaultDialogDimension()); frame.setJMenuBar(panel.getMenuBar()); }