- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
if (choice==0)
new Browser(null, display, this, this, false);
if (choice==1)
new Browser(null, display, this, this, true);
if (choice==2)
new Browser(null, display, this, this, false);
if (choice==3)
new Browser(null, display, this, this, true);
if (choice==4)
new Browser(null, display, this, this, false);
if (choice==5)
new Browser(null, display, this, this, true);
if (choice==6)
new Browser(null, display, this, this, false);
if (choice==7)
new Browser(null, display, this, this, true);