List of usage examples for weka.gui.beans BeanVisual ICON_PATH
String ICON_PATH
To view the source code for weka.gui.beans BeanVisual ICON_PATH.
Click Source Link
From source file:com.sliit.graph.ScatterPlotMatrix.java
protected void appearanceDesign() { m_matrixPanel = null;// www .j av a 2s. c o m removeAll(); m_visual = new BeanVisual("ScatterPlotMatrix", BeanVisual.ICON_PATH + "ScatterPlotMatrix.gif", BeanVisual.ICON_PATH + "ScatterPlotMatrix_animated.gif"); setLayout(new BorderLayout()); add(m_visual, BorderLayout.CENTER); }