3536373839404142434445
*/ public static void main( final String[] arguments ) { if ( processArguments( arguments ) ) { if ( policyFileName == null ) new MainFrame().setVisible( true ); else new MainFrame( policyFileName ).setVisible( true ); } }