1 package org.apache.ojb.tools.mapping.reversedb; 2 3 17 18 19 24 public class Main { 25 26 private java.util.Properties theProperties; 27 28 29 public Main() 30 { 31 try 32 { 33 theProperties = new java.util.Properties (); 34 theProperties.load(new java.io.FileInputStream (System.getProperty("user.home") + 35 System.getProperty("file.separator") + "SchemeGenerator.properties")); 36 } 37 catch (java.io.IOException ioex) 38 { 39 } 42 new org.apache.ojb.tools.mapping.reversedb.gui.JFrmMainFrame(theProperties).show(); 43 } 44 45 49 public static void main(String [] args) 50 { 51 new Main(); 52 } 53 } 54 111 | Popular Tags |