Forfeit.java |
| NOTE:: THAT SINCE THIS EXERCISE WAS REMOVED, THIS CODE DOES NOT EVEN CLOSE TO WORK. SO ITS JUST FOR LOOKING AT! OK? /* James Little, 29/3/01 COSC 241 Forfeit.java For Scrabble application version 1.0 */ package jlittle_ex5; /** * This class is the Forfeit turn class. It extends the generic turn class. */ public class Forfeit extends Turn { } |
James Little |