001    package net.provision.soap;
002    
003    /**
004     * DOCUMENT ME!
005     *
006     * @author $author$
007     * @version $Revision$
008     */
009    public class SOAP {
010       /**
011        * DOCUMENT ME!
012        *
013        * @param args DOCUMENT ME!
014        */
015       public static void main(String[] args) {
016          //        try {
017          //            UIManager.setLookAndFeel("com.birosoft.liquid.LiquidLookAndFeel");
018          //          JFrame.setDefaultLookAndFeelDecorated(true);    // to decorate frames 
019          //        } catch (Exception e) { 
020          //            System.out.println("testing");
021          //        }
022          //      PlasticLookAndFeel.setMyCurrentTheme(new SkyKrupp());
023          //
024          //      try {
025          //         UIManager.setLookAndFeel("com.jgoodies.plaf.plastic.PlasticLookAndFeel");
026          //      } catch(Exception e) {}
027          //FIXME: I need a logo?
028          //      int waitTime = 5;
029          //      boolean clickable = true;
030          //      String imageName = "images/690x80_slogan.jpg";
031          //turn on splash after done testing.
032          //new Splash(imageName, waitTime, clickable);
033          // Assume filename argument
034          new SOAPGUI();
035       }
036    }
037    
038    //FIXME: under "View" Menu, Prayer Log, new look with colors 
039    //and better fonts, ability to have different users (private)