Chapter 2. Getting started with SWT and JFace
- The important classes of SWT: Display and Shell
- An SWT programming example
- The important class of JFace: ApplicationWindow
- An SWT/JFace programming example
GUI programming is one of the most rewarding aspects of software development, but when you rely on graphics instead of the command line, there are important questions to be asked. How can your program access the widgets, containers, and events of the operating system? What software classes represent the different components in a GUI, and how can you manipulate them?
The goal of this chapter is to answer the first question and begin answering the second. We’ll discuss the fundamental classes of both the SWT and JFace ...
Get SWT/JFace in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.