Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
- package javaapplication22;
- /**
- *
- * @author fmi
- */
- public class JavaApplication22 extends java.applet.Applet {
- public void paint(java.awt.Graphics g) {
- g.drawString("Hello World", 100, 25);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement