SWT « Swing « Java Articles

Java Articles
1. Class Definition
2. Data
3. Development
4. GUI
5. J2EE
6. J2ME
7. JavaBeans
8. Language
9. Microsoft Collabration
10. Network
11. Swing
12. System Resource
13. XML
Microsoft Office Word 2007 Tutorial
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Java Articles » Swing » SWT 
1. Rich clients with the SWT and JFace
Author:Brian Sam-Bodden and Christopher Judd
URL:http://www.javaworld.com/javaworld/jw-04-2004/jw-0426-swtjface.html?
Summary: The Eclipse frameworks provide a Java alternative to building robust, responsive, and great-looking desktop applications. In this excerpt from Enterprise Java Development on a Budget, authors Brian Sam-Bodden and Christopher Judd introduce Eclipse's SWT (Simple Widget Toolkit) and JFace frameworks. In their discussion, they illustrate how to build a GUI application using both APIs. (5,000 words; April 26, 2004)


2. Use SWT for data entry
Author:Gervase Gallant
URL:http://www.javaworld.com/javaworld/jw-05-2004/jw-0531-swt.html
Summary: The Standard Widget Toolkit (SWT) is the open source windowing toolkit that drives Eclipse. Written in Java with JNI (Java Native Interface) classes calling native windowing APIs, SWT lets you write native GUI applications using Java. Unlike Java AWT (Abstract Window Toolkit), it lacks the "peer" layer that prevents AWT from taking advantage of a full range of widgets. Unlike Java Swing, SWT does not perform all painting operations within its own library. For this reason, SWT looks like any native windowing application, and the performance is excellent. In this article, Gervase Gallant looks at a common use of window applications-to present rows and columns of database tables. The first data entry screen he presents is a simple data table that allows a user to view and select a row for editing. In the second screen, the author deals with the issue of updating multiple text and button fields bound to a single row of data. (3,000 words; May 31, 2004)


w_w___w__.__jav_a_2__s_._co_m___ | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.