Search:

Type: Posts; User: Nightmare

Search: Search took 0.20 seconds.

  1. Replies
    4
    Views
    1,640

    Re: Need Help with main arg for the project

    I thought the compiler automatically makes the constructor? So would be then:

    public Tower () {

    TowerPanel panel;
    TowerControl control;

    resize(500,450);

    setLayout(new BorderLayout());
  2. Replies
    4
    Views
    1,640

    Need Help with main arg for the project

    Hello, I'm having trouble coming up with a main arg method for this Towers of Hanoi project code that I have aquired. It doesn't work on my compiler and I assume its definably due to its missing the...
Results 1 to 2 of 2