About HPC Systems Software User Guides Education Partners

  / gears / hpc / education / tutorials / java


Introduction

Definition

Examples

Installation

Applets

Example 01

Example 02

Example 03

Example 04

Example 05

Example 06

Object Oriented Programming

Java Security

References

Applet


The following code shows the listing of a Java applet.

import java.applet.Applet;
import java.awt.Graphics;
public class applet1 extends Applet {
public void paint(Graphics g) {
g.drawString("Abdul H. Aziz" , 50, 25);
}
}



Please send questions or suggestions about this web page to beatnic@aset.psu.edu

ASET | ITS | Penn State