Package net.xoetrope.swing

Examples of net.xoetrope.swing.XImageMap


   */
  public void startProcessing( XHtmlBuilder builder, XComponentFactory cf, MutableAttributeSet as )
  {
    super.startProcessing( builder, cf, as );

    comp = new XImageMap();
    parentComponent.add( comp );
    //comp.setLayout( new FlowLayout());
    cf.setParentComponent( comp );
  }
View Full Code Here

TOP

Related Classes of net.xoetrope.swing.XImageMap

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.