Search:

Type: Posts; User: JavaPF

Search: Search took 0.09 seconds.

  1. Replies
    5
    Views
    3,321

    [SOLVED] Re: minesweeper game creation problem

    Ah good work Chris. I overlooked that :-t
  2. Replies
    5
    Views
    3,321

    [SOLVED] Re: minesweeper game creation problem

    Hello kaylors. I added:



    public static void main(String[] args){

    minesweeper m = new minesweeper();
    m.Miner();
    m.Exhibit();
    m.ValFiller();
Results 1 to 2 of 2