forked from karlvr/QuaquaOld
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.html
More file actions
123 lines (122 loc) · 5.81 KB
/
readme.html
File metadata and controls
123 lines (122 loc) · 5.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!--
* @(#)readme.html
*
* Copyright (c) 2003-2010 Werner Randelshofer
* Hausmatt 10, Immensee, CH-6405, Switzerland.
* All rights reserved.
*
* The copyright of this software is owned by Werner Randelshofer.
* You may not use, copy or modify this software, except in
* accordance with the license agreement you entered into with
* Werner Randelshofer. For details see accompanying license terms.
*
* @author Werner Randelshofer
* @version $Id: readme.html 190 2010-01-30 08:38:11Z wrandelshofer $
*-->
<head>
<title>Quaqua Look and Feel · Read Me</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="guide/stylesheet.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="Spalte1" style="position:absolute; left:10px; top:10px; width:460px; height:60px; z-index:3">
<div id="Spalte5" style="position:absolute; left:480px; top:70px; width:220px; z-index:7">
<h3 class="dividerparagraph">Documentation</h3>
<p class="semiparagraph"><strong>Readme</strong></p>
<p><a href="changes.html">Changes</a></p>
<p><a href="license.html">License</a></p>
<p><a href="guide/index.html">Usage</a></p>
<p><a href="dist/javadoc/index.html">Javadoc</a></p>
</div>
<h3>Quaqua Look and Feel</h3>
<h1>Read Me</h1>
</div>
<div id="Spalte2" style="position:absolute; left:10px; top:80px; width:460px; z-index:4">
<h2>Purpose </h2>
<p class="semiparagraph">The Quaqua Look and Feel (Quaqua) is a user interface
library for Java applications which wish to closely adhere to the Apple Human
Interface Guidelines
for
Mac OS X.</p>
<p class="semiparagraph">Quaqua is not a fully self-contained
look and feel. It runs on top of Apple's
Aqua Look and Feel, and provides fixes and enhancements for it.</p>
<h2 class="doubleparagraph">Features</h2>
<ul>
<li><strong>(Nearly) Native User Experience</strong></li>
<p align="left"> Quaqua user interface delegates
closely look and behave like their native counterparts. Complex user interface
components, such as JFileChooser and JColorChooser, are close enough to
make end users feel comfortable with them.</p>
<li class="semiparagraph"><strong>Blend into OS X Designs</strong></li>
<p align="left">Quaqua supports three OS X designs: Tiger, Panther,
Jaguar. Quaqua automatically chooses the right design for the current operating
system.</p>
<li class="semiparagraph"><strong>Alternative Styles</strong></li>
<p align="left">Quaqua offers alternative styles for many user interface
elements. Such as small styles for most of the components, as well
as a striped style for tables, lists and trees. Jaguar-design like tabbed
panes with stacking tabs are also supported.</p>
<li class="semiparagraph"><strong>Additional Components<br />
</strong>Quaqua provides Swing implementations of NSBrowser and NSSheet
(named JBrowser and JSheet).</li>
<li class="semiparagraph"><strong>Clean Layout</strong></li>
<p align="left">Laying out Aqua components with Java is quite challenging.
Quaqua provides an API for component alignment based on visual criteria
(baseline, visual bounds, preferred gaps). JScrollPane's automatically
avoid overlaps with the grow-boxes of windows.<br />
</p>
<li><strong>Localized in four languages</strong><br />
Quaqua is localized in the following languages: German, French, Italian
and English.</li>
</ul>
<h2 align="left">License Fee </h2>
<p class="semiparagraph">The Quaqua Look and Feel is free of a charge for
commercial and non-commercial use.</p>
<p>If you want to honour my work on this
project, send a bottle of good wine to me.</p>
<h2 class="doubleparagraph">System Requirements</h2>
<p class="semiparagraph">The Quaqua Look and Feel supports Apple's J2SE 1.4, J2SE 5 and J2SE 6 on Mac OS X 10.4,
10.5 and 10.6.</p>
<p class="semiparagraph">The Quaqua native libraries
support 32- and 64-bit PowerPC and Intel Macs. Quaqua will work without these native libraries,
but user experience degrades.</p>
<p class="semiparagraph">Due to copyright restrictions and technical constraints, Quaqua may be run on
non-Mac OS X systems for development purposes only.</p>
<h2 class="doubleparagraph">Copyright</h2>
<h5 class="semiparagraph">Quaqua Look And Feel © 2003-2010</h5>
<p> Werner Randelshofer, Hausmatt 10, Immensee, CH-6405, Switzerland<br />
<a href="http://www.randelshofer.ch/">http://www.randelshofer.ch/</a><br />
<a href="mailto:werner.randelshofer@bluewin.ch">werner.randelshofer@bluewin.ch<br />
</a>All Rights Reserved.</p>
<h5 class="semiparagraph">Third Party Libraries</h5>
<ul>
<li>NanoXML © 2000-2002<br />
Marc De Scheemaecker<br />
All Rights Reserved.</li>
<li class="semiparagraph">Base64 ©<br />
Robert Harder</li>
<li class="semiparagraph">Swing-Layout<br />
Sun Microsystems <br />
<a href="https://swing-layout.dev.java.net/" target="_blank">https://swing-layout.dev.java.net/</a> <br />
All Rights Reserved.</li>
</ul>
<h5 class="doubleparagraph">Contributors</h5>
<ul>
<li class="semiparagraph">Felix Draxler</li>
<li class="semiparagraph">Christopher Atlan</li>
<li>Jean-Marc Borer</li>
<li>Karl von Randow</li>
<li>Bjorn Roche</li>
<li>Steve Roy</li>
</ul>
<h5 class="doubleparagraph">Artwork</h5>
<p>The artwork used by the Quaqua
Look and Feel is
copyright Apple Inc. All Rights Reserved. Use of the artwork
is only licensed for Apple hardware running an Apple operating system. </p>
</div>
</body>
</html>