package com.dasatti.uhtml; public class UHTMLMaster { UMasterFrame m_uMasterFrame; UMasterAppletFrame m_uMasterAppletFrame; UHTMLMaster() { //m_uMasterAppletFrame=new UMasterAppletFrame(); m_uMasterFrame=new UMasterFrame(); } public static void main(String args[]) { new UHTMLMaster(); } }