Search:

Type: Posts; User: glennder

Search: Search took 0.11 seconds.

  1. Re: Strings in switch are not supported in source 1.5...

    Ah i see, i got it working now anyways thanks.
  2. Re: Strings in switch are not supported in source 1.5...

    I reposted the shortend version
  3. Re: Strings in switch are not supported in source 1.5...

    switch (board.pieceAt(row,col)) {

    That is the line it crashes on,
    the pieceAt method is below

    int pieceAt(int row, int col) {
    return board[row][col];
    }
  4. Strings in switch are not supported in source 1.5...

    I am creating a checkers game and im trying to paint the board but it says the switch is using a string, but its actually not. Here is the code

    public void paintComponent(Graphics g) {


    ...
  5. Replies
    4
    Views
    1,397

    Re: Estimation help

    Ah ok thanks.
  6. Replies
    4
    Views
    1,397

    Re: Estimation help

    Ok Thanks doesnt sound too bad, do you mean GUI - meaning implementing the basic rules as in moving pawns and jumping pawns etc?
  7. Replies
    4
    Views
    1,397

    Estimation help

    This is quite a strange question probably but i will try ask it anyway. I am dabbling in some AI within gaming. I am going to try to create a checkers game with a very very simple gui just showing...
  8. Thread: Hi Friends

    by glennder
    Replies
    2
    Views
    1,251

    Hello

    My name is Glenn i am in my last year of my university course - studying Software Engineering. A friend recommended this site as he had used it frequently in his final year to help support his...
Results 1 to 8 of 8