All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class scrobble.BagTest

java.lang.Object
   |
   +----scrobble.BagTest

public class BagTest
extends Object
This class defines the object . This object contains the letters not already given to the players. It is able to initialize itself at the beginning of the game, empty itself at any time, transmit and receive * its data threw the net-game.


Variable Index

 o letter
Letter.
 o letters
LinkFrame linkFrame;

Constructor Index

 o BagTest()

Method Index

 o main(String[])

Variables

 o letter
 Letter letter
Letter. Contains objects of type Letter.

 o letters
 Vector letters
LinkFrame linkFrame;

Constructors

 o BagTest
 public BagTest()

Methods

 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index