Skip to content
Snippets Groups Projects
Commit 4f12761b authored by Arfa Butt's avatar Arfa Butt
Browse files

Update Pong_viewAndController.java

parent 2abe7f86
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ public class Pong_viewAndController extends JFrame{
private JButton resume = new JButton("Resume");
private JButton save = new JButton("Save");
private JButton exit = new JButton("Exit");
public Pong_viewAndController(JFrame frame){
public Pong_viewAndController(){
super("FaultInOurPong");
this.setSize(700,500);
this.setResizable(false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment