Package org.fife.ui.rtextarea

Examples of org.fife.ui.rtextarea.SmartHighlightPainter


   *        <code>null</code>.
   */
  public MarkOccurrencesSupport(int delay, Color color) {
    timer = new Timer(delay, this);
    timer.setRepeats(false);
    p = new SmartHighlightPainter();
    setColor(color);
  }
View Full Code Here

TOP

Related Classes of org.fife.ui.rtextarea.SmartHighlightPainter

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.