Package com.antlersoft.util

Examples of com.antlersoft.util.URLFrame


    return m_properties.getProperty( parameter_name);
  }

  public void showDocument( URL url, String target)
  {
    URLFrame frame=new URLFrame( url);
    frame.setSize( 400, 300);
    frame.setVisible(true);
  }
View Full Code Here

TOP

Related Classes of com.antlersoft.util.URLFrame

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.