Package jsky.navigator

Examples of jsky.navigator.NavigatorImageDisplayFrame


     *
     * @param imageFileOrUrl specifies the iamge file or URL to display
     * @return the new frame
     */
    protected NavigatorImageDisplayFrame makeNavigatorImageDisplayFrame(String imageFileOrUrl) {
        NavigatorImageDisplayFrame f = new NavigatorImageDisplayFrame(imageFileOrUrl);
        f.getImageDisplayControl().getImageDisplay().setTitle(getAppName() + " - version " + getAppVersion());
        f.setVisible(true);
        return f;
    }
View Full Code Here

TOP

Related Classes of jsky.navigator.NavigatorImageDisplayFrame

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.