Package br.com.gmartins.simbler.helpers

Examples of br.com.gmartins.simbler.helpers.LinePainter


        setRows(1);
        setMargin(new java.awt.Insets(0, 5, 2, 2));
        this.setSelectionColor(Color.BLACK);

        // Adiciona o LinePainter para monitorar a posição do cursor de texto e pintar as linhas
        LinePainter linePainter = new LinePainter(this);
        // Define a cor do LinePainter
        linePainter.setColor(new Color(156, 215, 237));




        // Troca o tipo de Document para que aceite apenas caracteres maiúsculos
View Full Code Here

TOP

Related Classes of br.com.gmartins.simbler.helpers.LinePainter

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.