Package org.apache.harmony.jretools.policytool.view

Examples of org.apache.harmony.jretools.policytool.view.MainFrame


     */
    public static void main( final String[] arguments ) {

        if ( processArguments( arguments ) ) {
            if ( policyFileName == null )
                new MainFrame().setVisible( true );
            else
                new MainFrame( policyFileName ).setVisible( true );
        }

    }
View Full Code Here

TOP

Related Classes of org.apache.harmony.jretools.policytool.view.MainFrame

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.