Add to Favorites    Make Home Page 8753 Online  
 Language Categories  
 Our Services  

Home » Java Home » Java Applets Home » drawing a simple graph using an applet

A D V E R T I S E M E N T

Search Projects & Source Codes:

Title drawing a simple graph using an applet
Author ajwan
Author Email ajwan83 [at] hotmail.com
Description creating an applet for a simple graph.
Category Java » Java Applets
Hits 390900
Code Select and Copy the Code
import java.applet.*; import java.awt.*; public class hw0125 extends Applet { public void paint(Graphics g) { int newx,newy; // variables for x and y coordinates int k=0; // flag variable int i=20; // for incrementing the size of the lines int w = getSize().width ; // the width of the graphic space int h = getSize().height ;// the height of the graphic space g.drawLine(w/2,h/2,w/2,h/2-10) ; //drawing the line g.drawLine(w/2,h/2-10,w/2-10,h/2-10) ;//drawing the line int x=w/2-10; // x-coordinates int y=h/2-10; // y-coordinates do{ if(k==0) //k is used as a flag to know when to decrement the value newy = y+i; //of the height and when to increment it. else newy = y-i; //************************************************************************ ****** if(((h)-(newy-i) <5)) {g.drawLine(x,y,x,newy+10) ; break;} if(((h)-(newy+i) <5)) {g.drawLine(x,y,x,newy-10) ; break;} if(((h)-newy >=5)&&((w)-x>=5)&&(x>=5)&&(newy>=5)) //stopping case for the graph g.drawLine(x,y,x,newy) ; else break; //************************************************************************ ****** if(k==0) //k is the flag. newx=x+i; //incrementing the width o else newx=x-i; //decrementing the width //************************************************************************ ****** if(((w)-(newx-i) <5)) { g.drawLine(x,newy,newx+10,newy) ; break; } if(((w)-(newx+i) <5)) { g.drawLine(x,newy,newx-10,newy) ; break;} if(((w)-newx>=5)&&((h)-newy>=5)&&(newx>=5)&&(newy>=5)) g.drawLine(x,newy,newx,newy) ; else break; //************************************************************************ ****** if(k==0) //each time the flag k is changed to it's opposite value k=1; //coz we need to increment once and then to decrement else k=0; //************************************************************************ ****** x=newx; //storing the new x-coordinates y=newy; //storing the old x-coordinates i=i+10; }while(i!=10); //dummy case!!! will never happen...the stopping case are inside the loop. } }

Related Source Codes

Script Name Author
Sending mail Using JavaMail to Yahoo and Gmail accounts sai prasad
Simple Program in Java to Implement Multithreading Satish.K
Simple Calculator in Java Using Remote Method Invocation Satish.K
Guest Book Application Using Servlets Satish.K
String Manipulation Using Stringification Satish.K
String Manipulation Using Stringification Satish.K
Moving Ball Application Using Java Beans Satish.K
Rapid Roll game subrahmanyeswararao
student mgm arpan
Sourav Datta
Download Manager Sagar
Address Book in Java Rahul Chouhan
address book using java database connectivity(jdbc-msaccess) shekhar bansal
sun Steganography B.Rajavel
Connecting Java with MS-Access - Inserting data in Aseem

A D V E R T I S E M E N T




Google Groups Subscribe to SourceCodesWorld - Techies Talk
Email:

Free eBook - Interview Questions: Get over 1,000 Interview Questions in an eBook for free when you join JobsAssist. Just click on the button below to join JobsAssist and you will immediately receive the Free eBook with thousands of Interview Questions in an ebook when you join.

New! Click here to Add your Code!


ASP Home | C Home | C++ Home | COBOL Home | Java Home | Pascal Home
Source Codes Home Page

 Advertisements  

Google Search

Google

Source Codes World.com is a part of Vyom Network.

Vyom Network : Web Hosting | Dedicated Server | Free SMS, GRE, GMAT, MBA | Online Exams | Freshers Jobs | Software Downloads | Interview Questions | Jobs, Discussions | Placement Papers | Free eBooks | Free eBooks | Free Business Info | Interview Questions | Free Tutorials | Arabic, French, German | IAS Preparation | Jokes, Songs, Fun | Free Classifieds | Free Recipes | Free Downloads | Bangalore Info | Tech Solutions | Project Outsourcing, Web Hosting | GATE Preparation | MBA Preparation | SAP Info | Software Testing | Google Logo Maker | Freshers Jobs

Sitemap | Privacy Policy | Terms and Conditions | Important Websites
Copyright ©2003-2024 SourceCodesWorld.com, All Rights Reserved.
Page URL: http://www.sourcecodesworld.com/source/show.asp?ScriptID=660


Download Yahoo Messenger | Placement Papers | Free SMS | C Interview Questions | C++ Interview Questions | Quick2Host Review