From: Erik V. <eri...@hc...> - 2005-04-26 19:36:14
|
> Over the last few days, I've been working on getting the > initial game options working. If you check out the files in > CVS and run the main() method in test/GameTest.java you'll > see the current state of things. ... which is: java.lang.Error: Unresolved compilation problem: The method setPreferredSize(Dimension) is undefined for the type Options at ui.Options.initialize(Options.java:56) at ui.Options.<init>(Options.java:132) at test.GameTest.GameInitTest(GameTest.java:12) at test.GameTest.main(GameTest.java:17) Exception in thread "main" so I guess there is something missing in CVS. Erik. |