You are on page 1of 1

import javax.swing.*; import java.awt.event.*; import java.awt.

*; public class extends JFrame implements ActionListener{

public static void main(String [] a){ x = new (); x.setSize(200,200); x.setTitle("by roger wall"); x.gui(); x.setVisible(true); } public void gui(){ setDefaultCloseOperation(EXIT_ON_CLOSE); Container v = getContentPane(); v.setLayout(new FlowLayout()); } public void actionPerformed(ActionEvent e){ } }

You might also like