DebugDraw class in JBox2D
|
No no, the interface would be DebugDraw if that line of what I'm thinking is correct, which again I'm not sure of at all. So it would be more like
Code: public class Draw implements DebugDraw And then include all the methods of DebugDraw.
07-14-2012, 01:38 AM
(07-14-2012, 01:36 AM)Qwertygiy Wrote: No no, the interface would be DebugDraw if that line of what I'm thinking is correct, which again I'm not sure of at all. So it would be more like "interface expected here" The Java language is terrible with this stuff.
07-14-2012, 01:41 AM
Probably means you can only implement interfaces and DebugDraw is not an interface and so as I suspected that line of thinking wouldn't work.
|
« Next Oldest | Next Newest »
|
Users browsing this thread: 1 Guest(s)