Search:

Type: Posts; User: Shivam24

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    1,463

    Re: Need Help with Game

    sorry this is the error: method main in class button_game.Button_Game cannot be applied to given types;
    required: java.lang.String[]
    found: no arguments
    reason: actual and formal argument...
  2. Replies
    3
    Views
    1,463

    Need Help with Game

    I am trying to start a new thread to call main() but i can't understand the error.



    package button_game;

    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class...
Results 1 to 2 of 2