Package jsky.catalog.gui

Examples of jsky.catalog.gui.BasicTablePlotter


    public NavigatorFrame(MainImageDisplay imageDisplay) {
        super("Catalog Navigator");

        setIconImage(new ImageIcon(Resources.getResource("images/Catalog24.gif")).getImage());
        CatalogTree catalogTree = new CatalogTree();
        TablePlotter plotter = new BasicTablePlotter();

        navigator = new Navigator(catalogTree, plotter, imageDisplay);

        NavigatorToolBar toolbar = new NavigatorToolBar(navigator);
        getContentPane().add(toolbar, BorderLayout.NORTH);
View Full Code Here

TOP

Related Classes of jsky.catalog.gui.BasicTablePlotter

Copyright © 2018 www.massapicom. 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.