:confused:
import javax.swing.*;
import java.awt.event.*;
import java.util.*;


public class ClickMe extends JFrame implements ActionListener
{