Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.gui > #2409
| From | "Andrew Thompson" <andrew.thompson@THRWHITE.remove-dii-this> |
|---|---|
| Subject | Re: Chossing the right th |
| Message-ID | <7802673a3fb76@uwe> (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 Vedran 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 .. Why an applet? If 'launch from link' is the idea, Java Webstart (JWS) is a better option. Here are some examples. <http://www.physci.org/jws/> > ...with a >GUI for the implemented application. Only thing that I can not determine >is wheather to use AWT, Swing or SWT. Can I use anything other than AWT >for applets? SWT would be a problem in applets, AFAIU. There is the huge SWT library to either install, or download on the fly, before the applet could ever appear. SWT should be quite easy to deploy for JWS launched apps. or applets, possibly requiring signed code(?). (I do not have any direct experience with SWT) Swing would be the most usual option, these days, and for plug-in versioning, JWS also ensures the Java version used is at least the minimum version required to run the app. -- Andrew Thompson http://www.athompson.info/andrew/ Message posted via http://www.javakb.com --- * 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 | Next 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