Package javax.microedition.lcdui

Examples of javax.microedition.lcdui.Graphics.fillRoundRect()


    public void drawAtualColor(int rgb) {

        Graphics g = iTable.getGraphics();
        g.setColor(rgb);
        g.fillRoundRect(CX, CY, 20, 20, 5, 5);
        g.setColor(0);
    }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.