Discussion Board
Go to the previous messageGo to the following message
Current Forum: Homework 6 - Part II
Date: Thu Dec 13 2001 2:37 pm
Author: Chen, Richard <richardc@andrew.cmu.edu>
Subject: 3 items

1. Follow-up
The answer I hoped for would run like:

To use GraphicsGame.java included in hw6gui.jar, edit the following 3 lines in GraphicsGame.java appropriately:
Board b = new DemoBoard();
Player pb = new DumbPlayer();
Player pw = new DumbPlayer();</pre>

I meant that documentation for the GraphicsGame would've been nice, but I'll figure it out for myself, like everyone else, then.

2. Error #1

I reliably get the following error lines when I run "java GraphicsGame from the proper directory w/ all the other proper files (e.g. *Player.java and My*.java):

Font specified in font.properties not found [-b&h-lucida sans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-b&h-lucida sans typewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1]
Font specified in font.properties not found [-b&h-lucida bright-demibold-r-normal--*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-b&h-lucida bright-medium-r-normal--*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-b&h-lucida sans typewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1]
Font specified in font.properties not found [-b&h-lucida sans typewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1]
Font specified in font.properties not found [-b&h-lucida sans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-b&h-lucida sans typewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1]
Font specified in font.properties not found [-b&h-lucida sans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-b&h-lucida sans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-b&h-lucida sans typewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1]
Font specified in font.properties not found [-b&h-lucida sans-bold-i-normal-sans-*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-b&h-lucida bright-medium-i-normal--*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-b&h-lucida sans-medium-i-normal-sans-*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-b&h-lucida bright-demibold-i-normal--*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-b&h-lucida sans typewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1]
Font specified in font.properties not found [-b&h-lucida sans typewriter-bold-r-normal-sans-*-%d-*-*-m-*-iso8859-1]
Font specified in font.properties not found [-b&h-lucida sans typewriter-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1]
Font specified in font.properties not found [-b&h-lucida sans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1]
Font specified in font.properties not found [-b&h-lucida sans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1]

1. Why is this error occuring?
2. How can it be resolved?

3. Error #2
Using X-Win5.1 and NiftyTelnet in the Clusters (as installed on any and all Clusters PCs), I get a window a bit smaller than 256x192 (since it covers<1/4 of my 1024x768 screen) w/o the "Options" yellow-clipboard in the lower left and Maximizing the window doesn't change the size either. Therefore, I can't load players or anything.

Oddly enough, running this same "java GraphicsGame" earlier last week with the same X-Win5.1 and NiftyTelnet setup worked fine (though I didn't enter any *Player.java into it to actually use it).
Post response

Go to the previous messageGo to the following message
Current Thread Detail:
can't get gui to load myplayer class      White, David      Tue Dec 4 2001 11:27 am       
Re: can't get gui to load myplayer ...      White, David      Tue Dec 4 2001 11:50 am       
Problem found with GUI!      White, David      Tue Dec 4 2001 11:54 am       
Re: Problem found with GUI!      Maxim, Michael G.      Tue Dec 4 2001 6:27 pm       
message.id=1      Chen, Richard      Tue Dec 11 2001 1:23 am       
Re: message.id=1      Maxim, Michael G.      Tue Dec 11 2001 4:27 am       
3 items      Chen, Richard      Thu Dec 13 2001 2:37 pm       
1 more items      Chen, Richard      Thu Dec 13 2001 3:12 pm       

Back to previous screen