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


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

Re: AWT vs SWING vs JAVA

Started by"Lew" <lew@THRWHITE.remove-dii-this>
First post2011-04-27 15:42 +0000
Last post2011-04-27 15:42 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.java.gui

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#3079 — Re: AWT vs SWING vs JAVA

From"Lew" <lew@THRWHITE.remove-dii-this>
Date2011-04-27 15:42 +0000
SubjectRe: AWT vs SWING vs JAVA
Message-ID<WbSdnf4vSJbgpQbanZ2dnUVZ_uuqnZ2d@comcast.com>
  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

[toc] | [standalone]


Back to top | Article view | comp.lang.java.gui


csiph-web