Search:

Type: Posts; User: derky

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    2,428

    Re: Short java project

    Yes the project is complete now, with the help of my brother in law.
    Thanks for replying.
  2. Replies
    3
    Views
    2,428

    Re: Short java project

    Please disregard this thread. Thanks
  3. Replies
    3
    Views
    2,428

    Short java project

    Hello everyone,

    I was wondering if anyone is interested in helping me out change the code of a program that I wrote.
    If you are interested please leave a message.

    The project is a Sudoku board...
  4. Replies
    2
    Views
    4,523

    Re: Passing objects as a constructor parameter

    thanks alot Json!
    I spent ages playing around with inside the brackets +_+
    Cheers
  5. Replies
    2
    Views
    4,523

    Passing objects as a constructor parameter

    Hello, my task is to create a new Sudoku object and then create a new SudokuWindow object, passing the Sudoku object as a constructor parameter.

    I am given

    SudokuWindow

    import javax.swing.*;...
  6. Replies
    8
    Views
    3,131

    NullPointerException:null problem

    Hello,

    I'm trying to make a simple calculator with Java and everything compiles well but when I try to run it, I get an error on the line
    String expression = keyboard.nextLine();
    saying...
  7. Replies
    6
    Views
    6,347

    Re: Homework Help - Mini Sudoku

    I just tried running with what you had there but when I try to input a number to a region but different cell it does not show up on the board.

    For example:

    I'm going to use 0's here because...
  8. Replies
    6
    Views
    6,347

    Re: Homework Help - Mini Sudoku

    Oh sure. Basically my program prompts the user to input the region, then the cell number of that region and then the number you want to put into that cell. The program requires the user to put in 5...
  9. Replies
    6
    Views
    6,347

    Re: Homework Help - Mini Sudoku

    Thanks for your quick help, Chris! (for cleaning up my post as well) :P
    :">

    Am I doing something wrong with the boolean lock in my enterNumber method?
    The first 5 entries is entered as true and...
  10. Replies
    6
    Views
    6,347

    Mini Sudoku game 4x4 ( four 2x2 grids) program

    Hello guys and girls,
    I'm doing this assignment and it involves making a mini sudoku game 4x4 ( four 2x2 grids) and the user enters 5 numbers into the board and starts solving it. Also we are not...
Results 1 to 10 of 10