NrmlPlay.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 NrmlPlay.java For Scrabble application version 1.0 */ package jlittle_ex5; /** * This class is the Normal Play turn class, it extends the generic turn class. */ public class NrmlPlay extends Turn { } |
James Little |