Examples of RTreeDrawPanel


Examples of org.mati.geotech.sandbox.gui.RTreeDrawPanel

import org.mati.geotech.sandbox.gui.RTreeDrawPanel;

public class RTBuilder {

    public static void main(String[] args) {
        MainFrame mf = new MainFrame(new RTreeDrawPanel());
        RTreeModel model = new RTreeModel();
        model.makeRandom(10000);
        mf.setModel(model);
        mf.setVisible(true);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.