1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5 http-equiv="Content-Type"
6 content="text/html; charset=UTF-8">
7 <title>Svjatoslav Commons</title>
10 <h1>Svjatoslav Commons - Java library of commonly used functions</h1>
11 <a href="http://www2.svjatoslav.eu/gitweb/?p=svjatoslav_commons.git;a=snapshot;h=HEAD;sf=tgz">Download</a>
13 <a href="http://www2.svjatoslav.eu/gitbrowse/svjatoslav_commons/doc/index.html">Online homepage</a>
15 <a href="http://svjatoslav.eu/programs.jsp">Other applications hosted on svjatoslav.eu</a>
17 <b>Library author:</b>
19 Homepage: <a href="http://svjatoslav.eu">http://svjatoslav.eu</a>
20 Email: <a href="mailto:svjatoslav@svjatoslav.eu">svjatoslav@svjatoslav.eu</a>
22 This software is distributed under <a href="http://www.gnu.org/licenses/gpl-2.0.html">GNU GENERAL PUBLIC LICENSE Version 2</a>.
29 * Commandline arguments parsing, validating, help generating library.
33 * Graphical error dialog.
35 Reusable graphical dialog to capture and show program exceptions
36 and associated program call stack traceback.
38 * Primitive URL parameters encoder / decoder.
40 <a href="usage.html">Instructions to embed svjatoslav-commons in your project as a library.</a>