Hi Angela,
If U just want to use Awt I have one solution
u can use it if it suits u
1. Create Three Tables on three different panels
Say Table-1 on Panel-1
Table-2 on Panel-2
Table-3 on Panel-3
and 3 buttons on some other Panel (panel4)
Panel 4 will always be visible
where only one of Panel-1, Panel-2, Panel-3
is visible depending on the Button pressed on the Panel 4
So on pressing Button-1 u can show just Panel-1
and make Panel 2 and 3 invisible
and on clicking Button 2 show panel 2
and so on
This concept is similar to Layers in HTML where u can show one layer over the other ..
bhuvan
Originally posted by Angela Jessi:
Hi,
I have page in which i have following:
(1)Three tables like Table1,Table2,Table3
(2) I have three Labels: L1,L2,L3 at the top of the page
(3) Now When I clicked L1, COmputer screen should jump to Table1 directly.When I clicked L2, computer screen should jump to Table2, and so on...
Plz let me know how can i do it... 
Thanks,
Angela
[This message has been edited by bhuvan gupta (edited April 11, 2001).]