• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Liutauras Vilda
  • Ron McLeod
  • Jeanne Boyarsky
  • Paul Clapham
Sheriffs:
  • Junilu Lacar
  • Tim Cooke
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Peter Rooke
  • Himai Minh
Bartenders:
  • Piet Souris
  • Mikalai Zaikin

java swing 1.2

 
Ranch Hand
Posts: 802
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i was thinking about getting this book, but its a pretty old version
of java, would the difference in version really matter that much? Or could
I still pick up a lot of good swing techniques.

really what I'm asking is, would everything be depricated?

the book is by Eckstein, Robert / Wood, Dave / Loy, Marc
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It would still be good for learning Swing. Swing doesn't have a whole lot of deprecated methods, and the basic concepts haven't changed. A number of classes have been added since then, of course.
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'd only get such a book if it was really, really cheap. Why not find a more up-to-date book?
 
Ranch Hand
Posts: 4632
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.amazon.com/Java-Swing-Second-James-Elliott/dp/0596004087/ref=sr_11_1/103-3593829-8660616?ie=UTF8&qid=1176362400&sr=11-1

one of the authors (Brian Cole) regularly posts here - if you spot one of his
replies, ask for his opinion, I'm sure he'll give you an honest appraisal.

scroll down the amazon page to the reviews and you'll see a couple of familiar
javaranch names.

I would only consider buying it if it was in a 'bargain barrel'.
 
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know very little about Swing. Can anyone tell me about a website where I can learn Swing online and in a less time? Your help will be greatly appreciated.
Thank you.

-Suman
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Java Tutorial: Creating a GUI with Swing
 
Suman Sharma
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Joe for pointing me to the right website. I was very confused about it. I have one more question. Do we alwalys need Swing or awt to work with Java applications for gui interface or there are some other technologies that can be used instead of Swing. Please let me know. I know Java and I am looking for a job in this area. So I want to know if I must need to know about Swing or there are some other alternatives to use with Java for the same purpose.
Thank you.
-Suman
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are other toolkits (like SWT, which is used by the Eclipse IDE), but AWT and Swing are the only ones that are widely used, and which are guaranteed to be available in every JRE installation. So until (and unless) you get to the point where you really dig down deep into GUI programming, concentrate on those two.
 
Suman Sharma
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you very much for your quick and helpful response.
-Suman
 
I am going to test your electrical conductivity with this tiny ad:
Master Gardener Program
https://coderanch.com/t/771761/Master-Gardener-Program
reply
    Bookmark Topic Watch Topic
  • New Topic