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). |