pro4e.java

import java.applet.*; import java.awt.*; /*<applet code="pro4e" width=400 height=400></applet>*/ public class pro4e extends Applet { public void paint(Graphics g) { g.drawOval(60,50,200,200); g.drawLine(100,70,220,235); g.drawLine(200,58,120,240); g.drawLine(260,150,60,150); } }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.