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