Package jsky.image.graphics.gui

Examples of jsky.image.graphics.gui.ImageGraphicsMenu


        add(_fileMenu = createFileMenu());
        //add(_editMenu = createEditMenu());
        add(_viewMenu = createViewMenu());
        add(_goMenu = createGoMenu(null));
        add(_graphicsMenu = new ImageGraphicsMenu(imageDisplay.getCanvasDraw()));

        // Arrange to always set the current image display for use by the ImageHistoryItem class,
        // since the same items may be in the menus of multiple image displays
        _goMenu.addMenuListener(new MenuListener() {
View Full Code Here

TOP

Related Classes of jsky.image.graphics.gui.ImageGraphicsMenu

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.