Draw Circles using using Polar form equations on mouse Click Sarfraz Alam August 19, 2018 package draw; import java.awt.Color; import java.awt.Graphics; import java.awt.event.MouseEvent; import java.util.ArrayList; import ja... Read More
html code to create a jumping ball Sarfraz Alam February 08, 2018 <html> <head> </head> <body> <div align="center" id="img" style="position:absolute;... Read More
C program to implement clock Sarfraz Alam February 08, 2018 #include<conio.h> #include<graphics.h> #include<math.h> #include<dos.h> #define WBC 5 #define X 200 #define ... Read More
C project Sarfraz Alam January 30, 2018 C program to create a moving fans with the help of graphics. #define PI 3.14 #include<conio.h> #include<stdio.h> #in... Read More
Java program to change window color automatically Sarfraz Alam January 18, 2018 package sWINGS; import java.awt.*; import java.util.Random; import java.util.Timer; import java.util.TimerTask; import javax.swi... Read More
Java applet Sarfraz Alam January 13, 2018 Java Applet An applet is a program that runs in a Web browser. An applet can be a fully functional Java applicatio... Read More
C program to show and hide mouse pointer Sarfraz Alam January 10, 2018 #include<iostream.h> #include<conio.h> #include<math.h> #include<graphics.h> #include<dos.h> unio... Read More