Examples of fill3DRect()


Examples of java.awt.Graphics2D.fill3DRect()

                                                              /* Peças */
        g.setColor(Color.pink);
        g.fill3DRect(385, 56+a, 10, 10, visual);
        g.fill3DRect(395, 56+a, 10, 10, visual);
        g.fill3DRect(405, 56+a, 10, 10, visual);
        g.fill3DRect(415, 56+a, 10, 10, visual);
        g.drawString(Integer.toString(pontuacao.I), 475, 66+a);
        g.drawString("Trunfos", 384, 420);                      // Texto Trunfos
        g.drawString(Integer.toString(jogo1.trunfo), 475, 420); // Trunfos
       
        g.setColor(Color.cyan);
View Full Code Here

Examples of java.awt.Graphics2D.fill3DRect()

        g.drawString(Integer.toString(pontuacao.I), 475, 66+a);
        g.drawString("Trunfos", 384, 420);                      // Texto Trunfos
        g.drawString(Integer.toString(jogo1.trunfo), 475, 420); // Trunfos
       
        g.setColor(Color.cyan);
        g.fill3DRect(405, 87+a, 10, 10, visual);
        g.fill3DRect(405, 97+a, 10, 10, visual);
        g.fill3DRect(405, 107+a, 10, 10, visual);
        g.fill3DRect(395, 107+a, 10, 10, visual);
        g.drawString(Integer.toString(pontuacao.J), 475, 107+a);
       
View Full Code Here

Examples of java.awt.Graphics2D.fill3DRect()

        g.drawString("Trunfos", 384, 420);                      // Texto Trunfos
        g.drawString(Integer.toString(jogo1.trunfo), 475, 420); // Trunfos
       
        g.setColor(Color.cyan);
        g.fill3DRect(405, 87+a, 10, 10, visual);
        g.fill3DRect(405, 97+a, 10, 10, visual);
        g.fill3DRect(405, 107+a, 10, 10, visual);
        g.fill3DRect(395, 107+a, 10, 10, visual);
        g.drawString(Integer.toString(pontuacao.J), 475, 107+a);
       
        g.setColor(Color.blue);
View Full Code Here

Examples of java.awt.Graphics2D.fill3DRect()

        g.drawString(Integer.toString(jogo1.trunfo), 475, 420); // Trunfos
       
        g.setColor(Color.cyan);
        g.fill3DRect(405, 87+a, 10, 10, visual);
        g.fill3DRect(405, 97+a, 10, 10, visual);
        g.fill3DRect(405, 107+a, 10, 10, visual);
        g.fill3DRect(395, 107+a, 10, 10, visual);
        g.drawString(Integer.toString(pontuacao.J), 475, 107+a);
       
        g.setColor(Color.blue);
        g.fill3DRect(395, 128+a, 10, 10, visual);
View Full Code Here

Examples of java.awt.Graphics2D.fill3DRect()

       
        g.setColor(Color.cyan);
        g.fill3DRect(405, 87+a, 10, 10, visual);
        g.fill3DRect(405, 97+a, 10, 10, visual);
        g.fill3DRect(405, 107+a, 10, 10, visual);
        g.fill3DRect(395, 107+a, 10, 10, visual);
        g.drawString(Integer.toString(pontuacao.J), 475, 107+a);
       
        g.setColor(Color.blue);
        g.fill3DRect(395, 128+a, 10, 10, visual);
        g.fill3DRect(395, 138+a, 10, 10, visual);
View Full Code Here

Examples of java.awt.Graphics2D.fill3DRect()

        g.fill3DRect(405, 107+a, 10, 10, visual);
        g.fill3DRect(395, 107+a, 10, 10, visual);
        g.drawString(Integer.toString(pontuacao.J), 475, 107+a);
       
        g.setColor(Color.blue);
        g.fill3DRect(395, 128+a, 10, 10, visual);
        g.fill3DRect(395, 138+a, 10, 10, visual);
        g.fill3DRect(395, 148+a, 10, 10, visual);
        g.fill3DRect(405, 148+a, 10, 10, visual);
        g.drawString(Integer.toString(pontuacao.L), 475, 148+a);
       
View Full Code Here

Examples of java.awt.Graphics2D.fill3DRect()

        g.fill3DRect(395, 107+a, 10, 10, visual);
        g.drawString(Integer.toString(pontuacao.J), 475, 107+a);
       
        g.setColor(Color.blue);
        g.fill3DRect(395, 128+a, 10, 10, visual);
        g.fill3DRect(395, 138+a, 10, 10, visual);
        g.fill3DRect(395, 148+a, 10, 10, visual);
        g.fill3DRect(405, 148+a, 10, 10, visual);
        g.drawString(Integer.toString(pontuacao.L), 475, 148+a);
       
        g.setColor(Color.red);
View Full Code Here

Examples of java.awt.Graphics2D.fill3DRect()

        g.drawString(Integer.toString(pontuacao.J), 475, 107+a);
       
        g.setColor(Color.blue);
        g.fill3DRect(395, 128+a, 10, 10, visual);
        g.fill3DRect(395, 138+a, 10, 10, visual);
        g.fill3DRect(395, 148+a, 10, 10, visual);
        g.fill3DRect(405, 148+a, 10, 10, visual);
        g.drawString(Integer.toString(pontuacao.L), 475, 148+a);
       
        g.setColor(Color.red);
        g.fill3DRect(395, 175+a, 10, 10, visual);
View Full Code Here

Examples of java.awt.Graphics2D.fill3DRect()

       
        g.setColor(Color.blue);
        g.fill3DRect(395, 128+a, 10, 10, visual);
        g.fill3DRect(395, 138+a, 10, 10, visual);
        g.fill3DRect(395, 148+a, 10, 10, visual);
        g.fill3DRect(405, 148+a, 10, 10, visual);
        g.drawString(Integer.toString(pontuacao.L), 475, 148+a);
       
        g.setColor(Color.red);
        g.fill3DRect(395, 175+a, 10, 10, visual);
        g.fill3DRect(395, 185+a, 10, 10, visual);
View Full Code Here

Examples of java.awt.Graphics2D.fill3DRect()

        g.fill3DRect(395, 148+a, 10, 10, visual);
        g.fill3DRect(405, 148+a, 10, 10, visual);
        g.drawString(Integer.toString(pontuacao.L), 475, 148+a);
       
        g.setColor(Color.red);
        g.fill3DRect(395, 175+a, 10, 10, visual);
        g.fill3DRect(395, 185+a, 10, 10, visual);
        g.fill3DRect(405, 175+a, 10, 10, visual);
        g.fill3DRect(405, 185+a, 10, 10, visual);
        g.drawString(Integer.toString(pontuacao.O), 475, 189+a);
        g.drawString("High", 384, 467);                         // Texto High
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.