Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Exp3_st3:

import java.awt.*;

public class Exp3_StudAct3 extends Frame

public static void main(String args[])

Frame f=new Frame("My Frame");

f.setSize(200,200);

f.setVisible(true);

Output:

You might also like