jdk/src/share/classes/java/awt/doc-files/DesktopProperties.html
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
child 1962 6c293d33645b
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
<!--
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
 Copyright 2005-2006 Sun Microsystems, Inc.  All Rights Reserved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
 This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
 under the terms of the GNU General Public License version 2 only, as
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
 published by the Free Software Foundation.  Sun designates this
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
 particular file as subject to the "Classpath" exception as provided
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
 by Sun in the LICENSE file that accompanied this code.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
 This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
 version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
 accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
 You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
 CA 95054 USA or visit www.sun.com if you need additional information or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
 have any questions.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
-->
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
<html>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
<body bgcolor=white>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
<h1 align=center>AWT Desktop Properties</h1>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
The following refers to standard AWT desktop properties that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
may be obtained via the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
<a href="../Toolkit.html#getDesktopProperty(java.lang.String)">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
<code>Toolkit.getDesktopProperty</code></a> method.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
Each desktop property is named by a unique string, which
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
is the "name" of that property.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
Desktop properties supported by the AWT but not documented
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
elsewhere - typically because there is no suitable
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
method or class - are documented here.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
Desktop properties documented elsewhere are those which are
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
tightly coupled with a method or class which documents them.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
Since desktop properties abstract an underlying platform
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
setting, they may not be available in environments that do
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
not support them. In the event that a desktop property is
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
unavailable for any reason, the implementation will return
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
<code>null</code>.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
The following table summarizes the desktop properties documented
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
here, and their value types.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
<table align="center" border="0" cellspacing="0" cellpadding="2" width="%95
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
  summary="Standard AWT Desktop Properties">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
<tr bgcolor="#ccccff">
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
<th valign="TOP" align="LEFT">Property Name</th>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
<th valign="TOP" align="LEFT">Value Type</th>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
<th valign="TOP" align="LEFT">Summary Description</th>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
</tr>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
<tr>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
<td valign="TOP"><A href=#awt.font.desktophints>awt.font.desktophints</A</td>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
<td valign="TOP"><a href="../../util/Map.html">java.util.Map<a/></td>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
<td valign="TOP">Font smoothing (text antialiasing) settings.<a/></td>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
</tr>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
</table>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
<h2>Desktop Font Rendering Hints</h2>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
<b>Desktop Property: <A name="awt.font.desktophints">"awt.font.desktophints"</A></b>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
Modern desktops support various forms of text antialiasing (font smoothing).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
These are applied by platform-specific heavyweight components.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
However an application may want to render text using the same text
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
antialiasing on a drawing surface or lightweight (non-platform) component using
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
<a href="../Graphics2D.html"> <code>Graphics2D</code></a> methods.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
This is particularly important when creating
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
<a href="../../../javax/swing/JComponent.html"> Swing components</a> which
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
are required to appear consistent with native desktop components or other
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
Swing components.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
<h3>Basic Usage</h3>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
The standard desktop property named
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
<b>"awt.font.desktophints"</b>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
can be used to obtain the rendering hints that best match the desktop settings.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
The return value is a
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
<a href="../../util/Map.html"> Map<a/> of
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
<a href="../RenderingHints.html"> <code>RenderingHints</code></a> which
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
can be directly applied to a <code>Graphics2D</code>.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
It is a <code>Map</code> as more than one hint may be needed.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
If non-null this can be directly applied to the <code>Graphics2D</code>.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
<pre><code>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
Toolkit tk = Toolkit.getDefaultToolkit();
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
Map map = (Map)(tk.getDesktopProperty("awt.font.desktophints"));
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
if (map != null) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
    graphics2D.addRenderingHints(map);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
</code></pre>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
<h3>Advanced Usage Tips</h3>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
<h4>Listening for changes</h4>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
An application can listen for changes in the property
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
using a <a href="../../beans/PropertyChangeListener.html">
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
<code>PropertyChangeListener</code></a> :
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
<pre><code>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
tk.addPropertyChangeListener("awt.font.desktophints", pcl); 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
</code></pre>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
Listening for changes is recommended as users can, on rare occasions,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
reconfigure a desktop environment whilst applications are running
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
in a way that may affect the selection of these hints, and furthermore
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
many desktop environments support dynamic reconfiguration of these
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
running applications to conform to the new settings.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
There is no direct way to discover if dynamic reconfiguration
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
is expected of running applications but the default assumption
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
should be that it is expected, since most modern desktop environments
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
do provide this capability.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
<h4>Text Measurement</h4>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
Text always needs to be measured using the same
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
<a href="../font/FontRenderContext.html"> <code>FontRenderContext</code></a>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
as used for rendering. The text anti-aliasing hint is a component of
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
the <code>FontRenderContext</code>.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
A <a href="../FontMetrics.html"> <code>FontMetrics</code></a>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
obtained from the <code>Graphics</code> object on which the hint
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
has been set will measure text appropriately.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
This is not a unique requirement for clients that specify this hint
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
directly, since the value of the <code>FontRenderContext</code> should
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
never be assumed, so is discussed here principally as a reminder.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
<h4>Saving and restoring Graphics State</h4>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
Sometimes an application may need to apply these hints on a shared
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
Graphics only temporarily, restoring the previous values after they
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
have been applied to text rendering operations.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
The following sample code shows one way to do this.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
<pre><code>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
/**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
  * Get rendering hints from a Graphics instance.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
  * "hintsToSave" is a Map of RenderingHint key-values.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
  * For each hint key present in that map, the value of that
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
  * hint is obtained from the Graphics and stored as the value
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
  * for the key in savedHints.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
  */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
RenderingHints getRenderingHints(Graphics2D g2d,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
                                  RenderingHints hintsToSave,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
                                  RenderingHints savedHints) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
     if (savedHints == null) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
         savedHints = new RenderingHints(null);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
     } else {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
         savedHints.clear();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
     }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
     if (hintsToSave.size() == 0) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
         return savedHints;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
     }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
     /* RenderingHints.keySet() returns Set<Object> */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
     for (Object o : hintsToSave.keySet()) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
         RenderingHints.Key key = (RenderingHints.Key)o;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
         Object value = g2d.getRenderingHint(key);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
         savedHints.put(key, value);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
     }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
     return savedHints;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
Toolkit tk = Toolkit.getDefaultToolkit();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
Map map = (Map)(tk.getDesktopProperty("awt.font.desktophints"));
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
Map oldHints;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
if (map != null) {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
     oldHints = getRenderingHints(graphic2D, map, null);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
     graphics2D.addRenderingHints(map);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
     ..
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
     graphics2D.addRenderingHints(oldHints);
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
}
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
</code></pre>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
<h3>Details</h3>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
<ul>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
<li>The return value will always be null or a <code>Map</code>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
<li>If the return value is null, then no desktop properties are available,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
and dynamic updates will not be available. This is a typical behaviour if
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
the JDK does not recognise the desktop environment, or it is one which
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
has no such settings. The <b>Headless</b> toolkit is one such example.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
Therefore it is important to test against null before using the map. 
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
<li>If non-null the value will be a <code>Map</code> of
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
<code>RenderingHints</code> such that every key is an instance of
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
<code>RenderingHints.Key</code> and the value is a legal value for that key.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
<li>The map may contain the default value for a hint. This is
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
needed in the event there is a previously a non-default value for the hint
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
set on the <code>Graphics2D</code>. If the map did not contain
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
the default value, then <code>addRenderingHints(Map)</code> would leave
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
the previous hint which may not correspond to the desktop setting.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
An application can use <code>setRenderingHints(Map)</code> to reinitialise
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
all hints, but this would affect unrelated hints too.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
<li>A multi-screen desktop may support per-screen device settings in which
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
case the returned value is for the default screen of the desktop.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
An application may want to use the settings for the screen on
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
which they will be applied.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
The per-screen device hints may be obtained by per-device property names
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
which are constructed as the String concatenation
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
<pre><code>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
"awt.font.desktophints" + "." + GraphicsDevice.getIDstring();
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
</code></pre>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
An application can also listen for changes on these properties.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
<p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
However this is an extremely unlikely configuration, so to help
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
ease of development, if only a single, desktop-wide setting is supported,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
then querying each of these per-device settings will return null.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
So to determine if there are per-device settings it is sufficient to
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
determine that there is a non-null return for any screen device using
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
the per-device property name.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
</ul>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
</body>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
</html>