7 used & new from $71.24

Have one to sell? Sell yours here
 
 
SWT: The Standard Widget Toolkit, Volume 1
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

SWT: The Standard Widget Toolkit, Volume 1 (Paperback)

~ (Author), Mike Wilson (Author)
4.6 out of 5 stars  See all reviews (7 customer reviews)


Available from these sellers.


2 new from $75.00 5 used from $71.24

Customers Who Bought This Item Also Bought

The Definitive Guide to SWT and JFACE

The Definitive Guide to SWT and JFACE

by Rob Warner
Eclipse Plug-ins (3rd Edition)

Eclipse Plug-ins (3rd Edition)

by Eric Clayberg
4.3 out of 5 stars (38)  $48.61
Cocoa(R) Programming for Mac(R) OS X (3rd Edition)

Cocoa(R) Programming for Mac(R) OS X (3rd Edition)

by Aaron Hillegass
4.4 out of 5 stars (102)  $31.49
Effective Java (2nd Edition)

Effective Java (2nd Edition)

by Joshua Bloch
4.9 out of 5 stars (36)  $35.47
SWT (Developer's Notebook)

SWT (Developer's Notebook)

by Tim Hatton
3.0 out of 5 stars (10)  $22.76
Explore similar items

Editorial Reviews

Product Description

The Standard Widget Toolkit (SWT) is a new class library for creating graphical user interfaces (GUIs) in Java. Created as part of the Eclipse project, SWT allows developers to build efficient, portable applications that directly access the user-interface facilities of the operating systems it is implemented on. This revolutionary technology makes it possible to create Java-based applications that are indistinguishable from a platform's native applications. SWT: The Standard Widget Toolkit, Volume 1, will show you how to:

Get SWT, install it, and invoke it from your programs. Understand widgets--the building blocks of GUI--and how they interact with users and compose a GUI. Use graphics routines to configure the appearance of native widgets and draw application-specific graphics. Apply best practices from real-world uses of SWT. Appreciate what makes a quality SWT program. In this book--the first definitive guide to SWT--two of the technology's lead designers and implementers show you how to break the task of building a GUI-based application into components. They then show how these components are modeled in SWT and provide a series of graded examples. The result is a guided tour of the essential aspects of this exciting toolkit, ranging from mouse and keyboard handling to user-interface controls for native operating systems.

If you want to build modern GUI-based application, SWT: The Standard Widget Toolkit, Volume 1, will prove an invaluable guide and reference.



From the Back Cover

The Standard Widget Toolkit (SWT) is a new class library for creating graphical user interfaces (GUIs) in Java. Created as part of the Eclipse project, SWT allows developers to build efficient, portable applications that directly access the user-interface facilities of the operating systems it is implemented on. This revolutionary technology makes it possible to create Java-based applications that are indistinguishable from a platform's native applications.

SWT: The Standard Widget Toolkit, Volume 1, will show you how to:

  • Get SWT, install it, and invoke it from your programs.
  • Understand widgets--the building blocks of GUI--and how they interact with users and compose a GUI.
  • Use graphics routines to configure the appearance of native widgets and draw application-specific graphics.
  • Apply best practices from real-world uses of SWT.
  • Appreciate what makes a quality SWT program.

In this book--the first definitive guide to SWT--two of the technology's lead designers and implementers show you how to break the task of building a GUI-based application into components. They then show how these components are modeled in SWT and provide a series of graded examples. The result is a guided tour of the essential aspects of this exciting toolkit, ranging from mouse and keyboard handling to user-interface controls for native operating systems.

If you want to build modern GUI-based application, SWT: The Standard Widget Toolkit, Volume 1, will prove an invaluable guide and reference.




Product Details

  • Paperback: 592 pages
  • Publisher: Addison-Wesley Professional; 1 edition (July 8, 2004)
  • Language: English
  • ISBN-10: 0321256638
  • ISBN-13: 978-0321256638
  • Product Dimensions: 9.2 x 7 x 1.2 inches
  • Shipping Weight: 2 pounds
  • Average Customer Review: 4.6 out of 5 stars  See all reviews (7 customer reviews)
  • Amazon.com Sales Rank: #1,159,071 in Books (See Bestsellers in Books)

More About the Author

Steve Northover
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Steve Northover Page


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(23)
(8)
(7)
(2)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

7 Reviews
5 star:
 (4)
4 star:
 (3)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.6 out of 5 stars (7 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
13 of 14 people found the following review helpful:
5.0 out of 5 stars Best book for the details -- and you'll need them!, January 1, 2005
By Alexander Garrett (Madison, WI USA) - See all my reviews
(REAL NAME)   
First, a caveat -- this book only covers SWT, the Standard Widget Toolkit, and not JFace. Presumably, JFace will be covered in a forthcoming book. That said, using JFace well requires a good knowledge of SWT, so it would be a mistake to avoid this book just because it doesn't include JFace topics.

This book was written by Steve Northover, one of the architects of SWT, and Northover's profound knowledge of SWT is evident on every page. He communicates clearly and efficiently the details that you need to know in order to be a good SWT programmer. Understanding event-driven programming is skill of a different order than "regular" programming. Operations aren't as neatly sequenced in the former and, as a result, both programming and debugging can be more difficult, especially for one not used to the programming style. Northover spends a lot of time covering the internals of SWT and making sure that things like the Display and Controls are clearly explained, rather than simply providing examples of how to write an address book in SWT, or something equally useless.

After finishing this book you'll have a solid knowledge of how SWT works and how to write SWT applications that are performant and reasonably defect-free. You'll have an understanding of how the SWT framework works and why certain design choices were made. This knowledge will help you write applications that naturally extend SWT, rather than bending it into a shape it wasn't meant to assume.

I've read Manning's "SWT/JFace in Action" and Apress' "The Definitive Guide to SWT and JFace" as well as this book. Additionally, I'm on a project where we're building a complicated Java client using SWT/JFace and I spend about 30 hours each week up to the elbows in GUI coding. I'm fortunate that I had the opportunity to read Northover's book. Unfortunately, it was the last book I read. If I had read it first, there are a lot of things I would have done differently. Well, there's always refactoring. :)
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
9 of 10 people found the following review helpful:
5.0 out of 5 stars The Definitive Guide to SWT, July 30, 2004
By Lee Roberts (Cary, NC) - See all my reviews
This is one of two books that I purchased at Java One a few weeks ago (I also have the Gamma/Beck book which is also part of the same series). It is written by the chief architects of SWT itself and provides some wonderful insight into the internals of SWT. The examples are well chosen and easy to follow and lots of tips are provided for dealing various arcane SWT issues.

The book intro includes a section on the history of SWT which I found to be fascinating given all of the Swing vs. SWT discussions in the press over the last couple of years. Every widget and layout manager is discussed in considerable detail and there is a nice discussion on creating custom widgets and using custom graphics.

Ultimately, this is a great reference that you will want to keep close by, if you are planning to build any SWT apps, Eclipse plugins or Eclipse RCP apps. I very much look forward to reading Volume 2!
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
4 of 4 people found the following review helpful:
5.0 out of 5 stars SWT Fundamentals, May 14, 2005
By A. Jain (San Mateo, CA United States) - See all my reviews
(REAL NAME)   
If you want to learn the SWT fundamentals, read this book. Remember that JFace, Eclipse IDE, Eclipse Rich Client Platform applications all use SWT at the bottom. While the book does not cover some advanced topics like custom widgets and layouts, it will build a solid foundation for understanding these advanced topics.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

4.0 out of 5 stars Good for what it is
This is a great introduction and reference for SWT. I find myself reffering back to it fairly often. My only complaint is that it doesn't also cover JFace.
Published on October 23, 2007 by Robert LaPrelle

5.0 out of 5 stars Is this book out of print and why?
This book is probably the best book out there on the subject. There are some fairly good samples online, but this book covers the things that I really need to do (such as... Read more
Published on July 30, 2007 by Allan Chase

4.0 out of 5 stars Comprehensive introduction to SWT
This is a straightforward, well written, book on SWT. It starts with installation and goes through the windowing model, the event model, and the entire toolkit in an introductory... Read more
Published on October 13, 2004 by Jack D. Herrington

4.0 out of 5 stars Not a good value
If you also want information about JFace, that is. I got this before _The Definitive Guide to SWT and JFace_ came out. Read more
Published on September 8, 2004 by Daverz

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Discussion Replies Latest Post
Textbooks for Kindle DX? 61 4 days ago
textbook scam 66 9 days ago
Search Customer Discussions
Search all Amazon discussions
   



So You'd Like to...


Create a guide

Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.