Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > AWT or Swing or Any other ?

Reply
Thread Tools

AWT or Swing or Any other ?

 
 
Arne Vajhøj
Guest
Posts: n/a
 
      12-10-2012
On 12/9/2012 5:34 PM, Arne Vajhøj wrote:
> On 12/8/2012 3:42 AM, Roedy Green wrote:
>> On Fri, 7 Dec 2012 00:53:15 -0800 (PST), Sourabh Mhaisekar
>> <> wrote, quoted or indirectly quoted someone who
>> said :
>>> I am relatively new into java world.
>>> I need to build a DSS system in java.
>>> Am confused about which GUI tool should I use.
>>> AWT, Swing or Any other third party tool.

>>
>> Nearly everything now is Swing.
>> see

>
> Nah.
>
>> http://mindprod.com/jgloss/swing.html

>
> #The biggest gotcha is that you no longer add directly to your Swing
> #containers. Any content inside a JFrame should be placed inside its
> #contentPane. You must do a:
> #
> #Container pane = swingContainer.getContentPane();
> #
> #and add to it. Unfortunately the add method is still defined for the
> #Swing Containers to entrap the unwary.
>
> You can certainly add directly to most containers.
>
> And JFrame add has been forwarding to getContentPane add
> since Java 1.6 (2006!).
>
>> http://mindprod.com/jgloss/awt.html
>> http://mindprod.com/jgloss/swt.html
>> http://mindprod.com/jgloss/javafx.html

>
> #JavaFX Mobile is a platform for cell phones based on Java and Linux.
>
> First JavaFX Mobile is only part of all JavaFX.
>
> Second JavaFX Mobile did run on Windows Mobile, which
> obviously is not Linux based.
>
> #JavaFX Script is a statically typed scripting languages for use in
> #devices such as TV set top boxes.
>
> JavaFX Script was intended to be used on all JavaFX platforms
> not just TV's.
>
> And JavaFX Script was abandoned in JavaFX 2.x.


I suggest that you start posting links to Wikipedia
instead.

Usually there are more details and it is more correct
and more uptodate.

And therefore a better service for the cljp readers.

Arne


 
Reply With Quote
 
 
 
 
Roedy Green
Guest
Posts: n/a
 
      12-12-2012
On Mon, 10 Dec 2012 11:20:24 -0800 (PST), Lew <>
wrote, quoted or indirectly quoted someone who said :

>>> Read my experiences. It simply did not work. see
>>> http://mindprod.com/jgloss/javafx.html

>
>"Simply did not work" is not a very deep investigation.


Lew, are you ever stupid lazy and dumb. Can't you read?

It says "SEE". That's where the detail is. But you are so
****ing ignorant, you don't get it. How dare you pose
as a computer programmer. You should give up.

That's what you do to everyone else.
--
Roedy Green Canadian Mind Products http://mindprod.com
Students who hire or con others to do their homework are as foolish
as couch potatoes who hire others to go to the gym for them.
 
Reply With Quote
 
 
 
 
Lew
Guest
Posts: n/a
 
      12-12-2012
Roedy Green wrote:
> Lew wrote, quoted or indirectly quoted someone who said :
>>>> Read my experiences. It simply did not work. see
>>>> http://mindprod.com/jgloss/javafx.html

>
>>"Simply did not work" is not a very deep investigation.

>
> Lew, are you ever stupid lazy and dumb. Can't you read?


Wow, really? You just love to be abusive, huh?

> It says "SEE". That's where the detail is. But you are so
> ****ing ignorant, you don't get it. How dare you pose
> as a computer programmer. You should give up.
>
> That's what you do to everyone else.


I did look at your site. It's as full of errors and misinformation as Arne has said.

Keep your potty-mouth to yourself. And before you go calling people "ignorant", you
might want to cast the beam out of your own website's eye. You constantly post self-
serving links to your own site, despite the inaccurate and incomplete information there,
and the utter lack of insight into what you're describing, often ignoring better responses
others have provided before you post.

In this case, you did a half-assed investigation on an obsolete version of JavaFX and
now you're abusing people who call you on it.

Your egotistical and violent reaction to justifiable criticism is a condemnation of your
own character. Get over yourself. Stop being a violent bully and projecting your own
deficiencies onto others.

--
Lew

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Swing Model Classes Updating Swing Components on a Thread Other Than AWT mkrause Java 0 05-06-2005 04:32 PM
JMF install on Linux: Cannot load AWT toolkit: gnu.java.awt.peer.gtk. Robert Mark Bram Java 2 12-11-2003 06:57 AM
Why mess with AWT when they had to bring up Swing? EvErEady Java 5 08-04-2003 08:27 AM
Why swing when I have awt? _.-= Java 9 08-02-2003 08:49 AM
Porting from Swing to AWT? Ramon F Herrera Java 3 07-03-2003 10:04 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57