New application main - top
public void start() throws IOException {
StringTokenizer st1 ;
boolean done = false ;
Bank B1 = new Bank();
byte p1[] = new byte[100] ;
do {
// Get next command line
int a = System.in.read(p1);
String p2 = new String(p1,0,a);
Previous slide
Next slide
Back to first slide
View graphic version