Can v made table in AWT. I didnt find any class name Table in AWT. Another problem i hav is of using Tab Pane ,v dont hav any utility of tabpane in awt. Is CardLayout replacment for TabPane,If than how can v use it. Pls help me out.
Sandeep Jain
Ranch Hand
Joined: Oct 25, 2000
Posts: 124
posted
0
Hello, There is no such component as Tables in AWT .What u can do is u can simulate the tables by ceating all TextField array . and can make to some extent say as tables. The answer to the second question is yes , You can implement the functionalty of Tab Pane with CardLayout .How ever the problem come only as to the Look and Feel . I am pasting a simple example. Where there are two buttons On click of first Button u get some screen and On click of Second Button u get the Other Screen.