Xvcl Example Frame
CjOS Project @ cjos.sourceforge.net
Index
Bind Pages
Cjos Library
Cjos Pages
Cjos News Pages
Eric Pages
Introduction To Smart Api
Osgi Pages
Registry Api Pages
Smart Api Pages
Xvcl Pages
CjOS Project
Summary Page
Mailing List
Download
CVS
JOS Technical Edition
Support This Project
Xvcl Pages; [ Cjos Audience]

Text

 <?xml version="1.0"?>
 <!DOCTYPE x-frame SYSTEM "file:/default">
 <x-frame name="main" outfile="Main.java" language="java">
 <adapt x-frame="license.xml"/>
 /**
  * This class is backward compatible with the java tool.
  */
 public class Main {
   /**
    * Main method for application.
    * @param args the x-frames to be processed.
    */
   public static void main( String args[] ) {
     try {
       new XVCL().process( args, true, false );
     }
     catch ( XVCLException e ) {
       e.printStackTrace();
       System.exit( 1 );
     }
   }

/** * Do not instantiate. */ private Main() { } } </x-frame>