From: Erik V. <eri...@hc...> - 2005-04-26 20:05:36
|
I'm still getting the same error. This method (Options.setPreferredSize(Dimension) ) is indeed missing in my version of Options. May I suggest to remove .classpath from CVS? Your setup is somewhat different from mine, so I can't currently update the whole project. Erik. > -----Original Message----- > From: rai...@li... > [mailto:rai...@li...] On Behalf Of > wak...@ea... > Sent: 26 April 2005 20:47 > To: rai...@li... > Subject: RE: [Rails-devel] The Player Class > > Hmmmm.... you might have caught me right as I was committing > some changes. > > Try doing another checkout/update and see if that fixes it. > It's working fine for me right now. > > ---Brett. > > -----Original Message----- > From: Erik Vos <eri...@hc...> > Sent: Apr 26, 2005 12:36 PM > To: rai...@li... > Subject: RE: [Rails-devel] The Player Class > > > 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. > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Tell us your software development plans! > Take this survey and enter to win a one-year sub to SourceForge.net > Plus IDC's 2005 look-ahead and a copy of this survey > Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > > > > ------------------------------------------------------- > SF.Net email is sponsored by: Tell us your software development plans! > Take this survey and enter to win a one-year sub to SourceForge.net > Plus IDC's 2005 look-ahead and a copy of this survey > Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix > _______________________________________________ > Rails-devel mailing list > Rai...@li... > https://lists.sourceforge.net/lists/listinfo/rails-devel > > |