Package jrdesktop.viewer.rmi

Examples of jrdesktop.viewer.rmi.Viewer


        Server.Start();
    }   
   
    public static void startViewer(String server, int port) {       
        jrdesktop.viewer.Config.SetConfiguration(server, port);      
        new Viewer().Start();    
    }               
View Full Code Here

TOP

Related Classes of jrdesktop.viewer.rmi.Viewer

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.