Package rlforj.ui

Examples of rlforj.ui.MultiLineToolTip


  /**
   * Use multiline tooltips
   */
  public JToolTip createToolTip()
    {
      MultiLineToolTip tip = new MultiLineToolTip();
//      tip.setDelimiter(",");
      tip.setComponent( this ) ;
      return tip ;
    }
View Full Code Here

TOP

Related Classes of rlforj.ui.MultiLineToolTip

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.