Java Reference
In-Depth Information
Package name
Package description
Classes for helping construct and use Swing GUIs
com.darwinsys.swingui
com.darwinsys.swingui.layout A few interesting LayoutManager implementations
Test data generators
com.darwinsys.testdata
Testing tools
com.darwinsys.testing
Unix helpers
com.darwinsys.unix
A few miscellaneous utility classes
com.darwinsys.util
XML utilities
com.darwinsys.xml
Many of these classes are used as examples in this topic; just look for files whose first line
begins :
package com.darwinsys;
You'll also find that many of the other examples have imports from the com.darwinsys
packages.
General notes
If you are short on time, the majority of the examples are in javasrc , so cloning or download-
ing that repo will get you most of the code from the topic. Also, its Maven script refers to a
copy of the darwinsys-api that is in Maven Central, so you could get 90% of the code with
one git clone , for javasrc . Your best bet is to use git clone to download a copy of all three,
and do git pull every few months to get updates.
Alternatively, you can download a single intersection set of all three that is made up almost
exclusively of files actually used in the topic, from this topic's catalog page . This archive is
made from the sources that are dynamically included into the topic at formatting time, so it
should reflect exactly the examples you see in the topic. But it will not include as many ex-
amples as the three individual archives.
You can find links to all of these from my own website for this topic ; just follow the Down-
loads link.
Search WWH ::




Custom Search