Package br.com.gmartins.simbler.components.tooltip

Examples of br.com.gmartins.simbler.components.tooltip.TextHighlighter


    public LexAnalyzerWorker(MainPanel mainPanel, boolean runAfterCheck) {
        this.panel = mainPanel;
        this.runAfterCheck = runAfterCheck;
        this.progressBar = Principal.getInstance().getProgressBar();
        this.formattedLineList = new ArrayList<String>();
        highlighter = new TextHighlighter(this.panel.getCodeTextArea(), Color.red);
        highlighter.removeHighlights();
    }
View Full Code Here

TOP

Related Classes of br.com.gmartins.simbler.components.tooltip.TextHighlighter

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.