Package jrdesktop.viewer

Examples of jrdesktop.viewer.ViewerOptions


    }
   
    public static int addViewer(InetAddress inetAddress) {
        int index = viewers.size();       

        viewers.put(index, new ViewerOptions(inetAddress));       

        SysTray.displayViewer(inetAddress.toString(), index, true);       
        return index;
    }
View Full Code Here

TOP

Related Classes of jrdesktop.viewer.ViewerOptions

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.