GUI introduction

Hey everyone,

I'm just past the basics of non-gui java programming. Now I want to build programs embedded in a GUI. But all sites I searched start with an GUI-builder or something similar (like this very site, making GUI based upon NetBeans builder), but I'd like it to learn 'from scratch up'... especially because I've got an editor (Eclipse) and I don't like changing anything "just to learn how to build GUI's".

Anybody who's got a decent site where this is explained, NOT the web-applet things, more like the Farenheit to Celcius kind of thing

Thanks in advance,

Smetje

[613 byte] By [smetjea] at [2007-11-27 8:45:55]
# 1
Try starting here. http://java.sun.com/docs/books/tutorial/uiswing/components/componentlist.html
LazarusLonga at 2007-7-12 20:47:30 > top of Java-index,Java Essentials,New To Java...
# 2
is that Eclipse SDK ? i use eclipse SDK 3.2.1.. i use can use google.... and http://www.dgp.toronto.edu/~mjmcguff/learn/java/u might like it...
jas999a at 2007-7-12 20:47:30 > top of Java-index,Java Essentials,New To Java...
# 3
I want something like this... But I'm NOT using NetBeans... I want the examples of the code so I can learn from myself...I did NOT WANT the web-based applets! http://java.sun.com/docs/books/tutorial/uiswing/learn/creatinggui.htmlGreets,Smetje
smetjea at 2007-7-12 20:47:30 > top of Java-index,Java Essentials,New To Java...
# 4
Most trails in Sun's tutorials don't require NetBeans. Just have a look at them. I can recommend them highly! http://java.sun.com/docs/books/tutorial/uiswing/-Puce
Pucea at 2007-7-12 20:47:30 > top of Java-index,Java Essentials,New To Java...