Search:

Type: Posts; User: gokuball

Search: Search took 0.10 seconds.

  1. Replies
    13
    Views
    1,367

    Re: Important need some guidance & tips/tricks!

    why do i get this error:

    Exception in thread "main" java.lang.NullPointerException
    at view.ChessBoardView.<init>(ChessBoardView.java:38)
    at controller.Controller.makeFrame(Controller.java:43)...
  2. Replies
    13
    Views
    1,367

    Re: Important need some guidance & tips/tricks!

    Can you be more positive since i am trying to learn.. dont think there are stupid questions only the dumb answer is what make people uncertain
  3. Replies
    13
    Views
    1,367

    Re: Important need some guidance & tips/tricks!

    Oke! and maybe as you pointed earlier its good to use locations for the chess like a1 b1 c1 etc.. how can i do this the best make an array with these values.

    --- Update ---

    Okay so i want to...
  4. Replies
    13
    Views
    1,367

    Re: Important need some guidance & tips/tricks!

    Anyone know a good technique to make a chessboard? which contains squares. An array is not possible since it can not contain objects. I need 64 square objects in a collection which one? i also make a...
  5. Replies
    13
    Views
    1,367

    Re: Important need some guidance & tips/tricks!

    Thats very helpfull i use dropbox for that so i can access the code anytime.

    But i dont have to make a interactive chessboard. "Move the pieces around with a cursor". I want the user to type in a...
  6. Replies
    13
    Views
    1,367

    Re: Important need some guidance & tips/tricks!

    And a board class? the board drawn on the image above is just a gridlayout with the empty squares. When a piece moves the square the piece was standing on becomes empty. And what do you mean with...
  7. Replies
    13
    Views
    1,367

    Re: Important need some guidance & tips/tricks!

    Yes i want a letter rnbqkbnr/pppppppp the black pieces and PPPPPPPP/RNBQKBNR the white pieces to represent a image(ImageIcon) the ones you see in link above. So when i start the program you see a...
  8. Replies
    13
    Views
    1,367

    Important need some guidance & tips/tricks!

    Hi there,

    Let me explain the situation. Hope you have some time to look through this article. I am working on a chess manager programmer this program contains a chessboard with chesspieces and...
Results 1 to 8 of 8