Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #2411
| From | a24900@googlemail.com.remove-dii-this |
|---|---|
| Subject | Re: Chossing the right th |
| Message-ID | <1189436485.044764.85350@r29g2000hsg.googlegroups.com> (permalink) |
| Newsgroups | comp.lang.java.gui |
| References | <fc3c58$snt$1@news2.carnet.hr> |
| Date | 2011-04-27 15:38 +0000 |
| Organization | TDS.net |
To: comp.lang.java.gui On Sep 10, 2:09 pm, Vedran <a...@c.d> wrote: > I have created an application that does some heavy number cruching. For > now it is a console application. I would like to make an applet Consider making it a web start application instead. With an applet you heavily depend on all the different browsers and their Java browser plugin implementation. This is is a fight better avoided. > Only thing that I can not determine > is wheather to use AWT, Swing or SWT. Swing. And since Swing builds on top of AWT you will use some AWT classes here and there in any Swing application. > Can I use anything other than AWT > for applets? That depends on what type of Java your user base has installed in its browsers. Many Microsoft users still have a very old and officially dead MS Java version installed in their browser, which is good for nothing. But this is exactly the guessing you want to avoid. Write an application using a recent (1.5, 1.6) Java version. There you know you have Swing (actually, you have it since 1.2, not counting the previous stand-alone version). Provide your application via web start and tell your users which Java version they need as a minimum. Keep the applet junk out of the equation. --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
Back to comp.lang.java.gui | Previous | Next — Previous in thread | Find similar | Unroll thread
Chossing the right thing "Vedran" <vedran@THRWHITE.remove-dii-this> - 2011-04-27 15:38 +0000
Re: Chossing the right th "ram" <ram@THRWHITE.remove-dii-this> - 2011-04-27 15:38 +0000
Re: Chossing the right th "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> - 2011-04-27 15:38 +0000
Re: Chossing the right th "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> - 2011-04-27 15:38 +0000
Re: Chossing the right th "Roedy Green" <roedy.green@THRWHITE.remove-dii-this> - 2011-04-27 15:38 +0000
Re: Chossing the right th a24900@googlemail.com.remove-dii-this - 2011-04-27 15:38 +0000
csiph-web