Class Keyboard

java.lang.Object
  |
  +--Keyboard

public class Keyboard
extends java.lang.Object


Constructor Summary
Keyboard()
           
 
Method Summary
static char getChar()
           
static int getInt()
           
static java.lang.String getString()
           
static void pause()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Keyboard

public Keyboard()
Method Detail

getChar

public static char getChar()

getString

public static java.lang.String getString()

getInt

public static int getInt()

pause

public static void pause()