UNPKG

epubjs

Version:

Render ePub documents in the browser, across many devices

10 lines (9 loc) 1.4 kB
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head><title>Other Layout Managers</title><link rel="stylesheet" href="core.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"/></head><body><div class="sect1" title="Other Layout Managers"><div class="titlepage"><div><div><h1 class="title"><a id="learnjava3-CHP-19-SECT-7"/>Other Layout Managers</h1></div></div></div><p>We’ve covered the most commonly used layout managers; with them, you should be able to create just about any user interface you like. There are two other layout managers in the <code class="literal">javax.swing</code> package, <code class="literal">SpringLayout</code> and <code class="literal">GroupLayout</code>. They are designed primarily for use with visual GUI builders but can be handcoded. O’Reilly’s <a class="ulink" href="http://shop.oreilly.com/product/9780596004088.do"><span class="emphasis"><em>Java Swing</em></span></a> covers these layout managers in detail. Additionally, there are many useful third-party LayoutManagers, including <a class="ulink" href="http://www.miglayout.com/">MigLayout</a> and <a class="ulink" href="http://www.jgoodies.com/">JGoodies FormLayout</a>.</p></div></body></html>