So I've got the following code:


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


public class testframe extends JFrame{

private JButton play;