Examples of fill3DRect()


Examples of java.awt.Graphics2D.fill3DRect()

       
        g.setColor(Color.magenta);
        g.fill3DRect(395, 251+a, 10, 10, visual);
        g.fill3DRect(395, 261+a, 10, 10, visual);
        g.fill3DRect(395, 271+a, 10, 10, visual);
        g.fill3DRect(405, 261+a, 10, 10, visual);
        g.drawString(Integer.toString(pontuacao.T), 475, 271+a);
       
        g.setColor(Color.green);
        g.fill3DRect(390, 297+a, 10, 10, visual);
        g.fill3DRect(400, 297+a, 10, 10, visual);
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.