Reply to thread

Oh Dear, I become tired of sql and database with ACCESS.  I am more admire in the Human Service.  I can't wait to retire from Federal Government job.  I currently work with Group for the Deaf as I am more admire with people than technology in computer sciense.


I have a degree in Information System Technology.  I regret for get this shit degree.  I am going back to College to finish my bachelor degree in Human Service. :D


C++ is fucking bored...  I never want to learn this.  JAVA script was fun because you creative in programming languages to learn.  Java have deliberately with programming language, logical way of the design.  When you fuck up in one program.  It will cause whole thing programmer fuck up!


I am not very good at logical.  That is why, my math calcuation and graphics are stinking ! :lol:  It called applets.


I enjoyed to creative sun, snowman and house with color design.  There is alot of logical to figure out where you do put


import java.awt.*;

import java.applet.Applet;

public class FirstShapes extends Applet{

  Public void paint(Graphics g) {

g. drawRec (30, 30, 80, 40);   30 add 30 = 60   80 add 40 = 120

g. drawOval (120, 30, 50, 50);

g.setColor(color.black);

g.fillRect (30, 100, 80, 40);

g.fillOval (120, 100, 50, 50);

g.drawLine(30, 160, 130, 170);

g.drawArc(30, 180, 50, 50, 60,40);

g.fillArc(120, 180,50,50,60,40);


Hope, you will enjoy this programming.  AOFrozenCity    :P


Back
Top