posted 25 years ago
hi Angela,
No, we don't have any equivalent of swing JTable in AWT.so in an Applet(awt) you can not have a Table(until unless u implement it yourself).
and yesu r right , if you use swing JApplet then you can have JTable in the applet.
but again the problem with JApplet is that since most of the popular browsers don't support swing so u need to convert your html using HTML Converter and then the user will have to download the plugin(that can take considerable time)before he/she can view your applet.
so using swing may not be an efficient solution if u are not sure that the user will be happy in downloading plugin.
regards
deeksha
[This message has been edited by deekasha gunwant (edited January 22, 2001).]