Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.gui > #3079

Re: AWT vs SWING vs JAVA

From "Lew" <lew@THRWHITE.remove-dii-this>
Subject Re: AWT vs SWING vs JAVA
Message-ID <WbSdnf4vSJbgpQbanZ2dnUVZ_uuqnZ2d@comcast.com> (permalink)
Newsgroups comp.lang.java.gui
References <4280a8ad-e815-44ca-85de-933210213f06@j78g2000hsd.googlegroups.co
Date 2011-04-27 15:42 +0000
Organization TDS.net

Show all headers | View raw


  To: comp.lang.java.gui,comp.l
Nehil wrote:
> can you please describe or show me the path to find the difference
> among 4. (mentioned in subject line)
> 
> The basic difference i [sic] know, what i want is how to decide when to use
> what?
> In my view, awt [sic] is used no where these days.

Not true.  AWT /components/ are not used, but the AWT /library/ lives on. 
Strictly speaking, Swing is part of the AWT library.

> swing [sic] and Java 2D (what is this?) are used mostly but which to choose
> for my application, how to decide? 

Java 2D is to manipulate graphic images.  Swing renders GUI components.

Choose the former when you need to manipulate graphic images.  Choose the 
latter when you need to render GUI components.

> and What is JFC all about?

It's all about having a cute name ("Java Foundation Classes") and 
corresponding acronym for Swing and related libraries.  I don't see the term 
used much any more.

> Please don't consider it as crosspost, i found this more appropriate
> community, acc to my subject line, later.

"Considered" or not, it's not a cross-post, it's a multi-post.  "Cross-post" 
has all the groups in the address at once; "multi-post" is sent separately.

Just to keep the terminology straight.

I'm not sure how much good reposting did, given that just about everyone who 
cares about clj.gui also reads clj.programmer.  I took the liberty of 
cross-posting this reply in order to unify the threads.

-- 
Lew

---
 * 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 | Find similar | Unroll thread


Thread

Re: AWT vs SWING vs JAVA "Lew" <lew@THRWHITE.remove-dii-this> - 2011-04-27 15:42 +0000

csiph-web