Search:

Type: Posts; User: klamgade

Search: Search took 0.06 seconds.

  1. Complete Beginner of C++ Graphics Programming(Help in simple checker game)

    Hi ! I am going to start making a simple checkers game. Could any one give an idea which part to begin with and any good resource that i can learn from? What actually i can do in the initialise and...
  2. How to draw a color rectangle when I tap on android phone screen???????????????????

    I am trying to display a rectangle when i tap on my android phone screen after I run the android project. This is what I have tried so far . Could anyone give an idea what to use in onTouchListener...
  3. Re: Reading point objects from .drw file and drawing lines on panel

    Thanks . Today , finally I ended up managing to read Points objects from .drw file , store it in an arrayList and later iterate inside the paint Componenet as you said above and drawline using two...
  4. Re: Reading point objects from .drw file and drawing lines on panel

    Thanks. I tried to wrap the code(hope it looks ok ) and added some more of what I tried..
    My actual question is : I am trying to read Point objects from the data file square.drw which are the...
  5. Reading point objects from .drw file and drawing lines on panel

    Hi!!
    I am trying to read Point objects from square.drw file which contains endpoints of line segments, and draw lines making a square on panel when I run the program. This is what I have got so far....
Results 1 to 5 of 5