import java.awt.event.*; public class AboutControl implements ActionListener { public void actionPerformed(ActionEvent e) { new AboutPopup(); } }