epubjs
Version:
Render ePub documents in the browser, across many devices
15 lines (14 loc) • 1.65 kB
HTML
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Chapter 17. Using Swing Components</title><link rel="stylesheet" href="core.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"/></head><body><div class="chapter" title="Chapter 17. Using Swing Components"><div class="titlepage"><div><div><h1 class="title"><a id="learnjava3-CHP-17"/>Chapter 17. Using Swing Components</h1></div></div></div><p>In the previous chapter, we discussed a number of concepts, including
how Java’s user interface facility is put together and how the fundamental
pieces work. You should understand components and containers and how they
work together to create a display, events and how components use them to
communicate with the rest of your application, and layout managers.</p><p>Now that we’re done reviewing general concepts and background, we’ll
get to the fun stuff: how to do things with Swing. We will cover most of the
components that the Swing package supplies, how to use these components in
applets and applications, and how to build your own components. We will have
lots of code and lots of pretty examples to look at.</p><p>There’s more material on this topic than fits in a single chapter. In
this chapter, we’ll cover all the basic user interface components. In the
next chapter, we’ll cover some of the more involved topics: text components,
trees, tables, and creating your own components.</p></div></body></html>