Example usage for weka.gui.beans BeanVisual ICON_PATH

List of usage examples for weka.gui.beans BeanVisual ICON_PATH

Introduction

In this page you can find the example usage for weka.gui.beans BeanVisual ICON_PATH.

Prototype

String ICON_PATH

To view the source code for weka.gui.beans BeanVisual ICON_PATH.

Click Source Link

Usage

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);
}