Search:

Type: Posts; User: Massaslayer

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    1,650

    Re: Java Unit Testing How-To Gettin' started

    Thanks will start with it and Read Up:)

    Thanks for gettin' me started!

    Kind regards,
    Vincent
  2. Replies
    2
    Views
    1,650

    Java Unit Testing How-To Gettin' started

    Hello,

    We are making the Game RoboRally in Java now we have drawn the UML and made all the needed classes. Out of the blue our prof asks of us to do Unit Testing in Java but me and my team have...
  3. Replies
    6
    Views
    1,681

    Re: Proper way to get rid of breaks.

    The if states are so difficuly because it are x & y values of game board :D & yes all works :) then i'm done :D
  4. Replies
    6
    Views
    1,681

    Re: Proper way to get rid of breaks.

    It's not clean programming?
  5. Replies
    6
    Views
    1,681

    Proper way to get rid of breaks.

    Hello all!


    I got the following cod And I absolutley forgot how to get rid of breakse:


    for (int xTemp = 0; xTemp < board.length; xTemp++) {
    if (board[xTemp][0] == curpos[0][0] &&...
  6. Re: Graphics Drawing Images/Rectangle Detecting/Deleting

    I can only use Graphics in JavaTV :/
  7. Graphics Drawing Images/Rectangle Detecting/Deleting

    Hello!

    I got serveral questions about Graphics in Java.


    Is it possible to detect Drawn Images/Rectangles without knowing the x & y positions
    Is it possible remove recangles? I know it's...
  8. Replies
    6
    Views
    2,407

    Re: Java TV Board Game/Grid + Moving objects

    I know what to make sort of but I need examples:

    I think I need GridLayout & keyboard listener but no clue on how to select elements etc.
  9. Replies
    6
    Views
    2,407

    Re: Java TV Board Game/Grid + Moving objects

    I tried to specify my "vision"

    Move in the grid using the arrow keys (up down left right) then when you get to a position you need to press "enter" to select it then the object should be...
  10. Replies
    6
    Views
    2,407

    Java TV Board Game/Grid + Moving objects

    Hello!

    Does anyone have a tutorial or some tips on making a grid in java where it is possible to select objects via the keyboard and move them to other positions in the grid.

    And check if the...
Results 1 to 10 of 10