Examples of NavigatorImageDisplay


Examples of jsky.navigator.NavigatorImageDisplay

     * @param imageFileOrUrl an image file or URL to display
     */
    protected void makeFrameLayout(boolean showNavigator, String imageFileOrUrl) {
        _imageFrame = makeNavigatorImageDisplayFrame(imageFileOrUrl);
        if (showNavigator) {
            NavigatorImageDisplay imageDisplay = (NavigatorImageDisplay) _imageFrame.getImageDisplayControl().getImageDisplay();
            imageDisplay.openCatalogWindow();
        }
    }
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.