org.jogre.awt
Class JAvailableSeats.AvailableSeat

java.lang.Object
  |
  +--org.jogre.awt.JAvailableSeats.AvailableSeat
Enclosing class:
JAvailableSeats

public class JAvailableSeats.AvailableSeat
extends Object

Declare a little inner class to show the available players.


Constructor Summary
JAvailableSeats.AvailableSeat(int index)
           
 
Method Summary
 int getIndex()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JAvailableSeats.AvailableSeat

public JAvailableSeats.AvailableSeat(int index)
Method Detail

getIndex

public int getIndex()

toString

public String toString()
Overrides:
toString in class Object