aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Java AWT Vs SWING Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Java AWT Vs SWING" Watch "Java AWT Vs SWING" New topic
Author

Java AWT Vs SWING

Angela Jessi
Ranch Hand

Joined: Nov 27, 2000
Posts: 428
Hi,
I have following question:
Does AWT classes supports Tables in APPLET? If yes, can anybody give me simple example?
I know SWING classes supports Table in APPLET. But in Java 1.2 or Java 1.3 does I have to use HTML converter to see in Browser?
Please let me know,
Thanks
Angela
Jim Yingst
Wanderer
Sheriff

Joined: Jan 30, 2000
Posts: 18670
I'm moving this to the Swing /JFC/ AWT forum.


"I'm not back." - Bill Harding, Twister
deekasha gunwant
Ranch Hand

Joined: May 06, 2000
Posts: 396
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).]
Angela Jessi
Ranch Hand

Joined: Nov 27, 2000
Posts: 428

Thanks deekasha,
I want to know whether Swing 1.1 & 1.2 can run in all browser
without HTML converter and Java Plug-ins on user machines.
And also Can AWT 1.1, 1.2,1.3 run all browsers without HTML conveter & java plug-ins on User machines.
Thanks in advance,
Angela
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Java AWT Vs SWING
 
Similar Threads
AWT vs. Jbuilder
Drawing Tree
MDI
Is there a curses equivalent for Java?
AWT Applet