PageRenderTime 60ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/lib/tinylaf_mp/readme.html

http://mp-rechnungs-und-kundenverwaltung.googlecode.com/
HTML | 1082 lines | 1046 code | 36 blank | 0 comment | 0 complexity | f700cc75536d6b8e5bfecf1d774d4c9d MD5 | raw file
Possible License(s): LGPL-3.0, Apache-2.0, GPL-3.0, GPL-2.0, AGPL-3.0, JSON, BSD-3-Clause
  1. <html>
  2. <head>
  3. <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
  4. <title>TinyLaF ReadMe</title>
  5. <style type="text/css">
  6. p,body,#normal {font-size:13px;
  7. line-height:17px;
  8. color:#001F66;
  9. font-family:Arial,Geneva,Verdana,Helvetica,sans-serif;}
  10. b {color:#4F6390;}
  11. H4 { color:#4A65A2; }
  12. code {font-size:13px;
  13. line-height:17px;
  14. color:#001F66;
  15. font-family:Courier, monospaced;}
  16. strong {color:#F3F4F6;}
  17. body { margin-left:48px; margin-right:48px; margin-top:0px; margin-bottom:16px }
  18. </style>
  19. </head>
  20. <body bgcolor="#F3F4F6">
  21. <a name="top"></a>
  22. <br>
  23. <b>TinyLaF beta 1.4.0</b>&nbsp;&nbsp;<code>(2009-8-25)</code>
  24. <br><br>
  25. The latest version of TinyLaF can be found at <a href="http://www.muntjak.de/hans/java/tinylaf/">http://www.muntjak.de/hans/java/tinylaf/</a>
  26. <br><hr><br>
  27. <b>Content</b>
  28. <br><br>
  29. <a href="#package">The TinyLaF package</a><br>
  30. <a href="#license">License</a><br>
  31. <a href="#jre">Required JRE</a><br>
  32. <a href="#build">Ant build files</a><br>
  33. <a href="#control">Running the TinyLaF control panel</a><br>
  34. <a href="#current">Making TinyLaF the current LookAndFeel</a><br>
  35. <a href="#default">The default theme</a><br>
  36. <a href="#unicode">Unicode Fonts</a><br>
  37. <a href="#decorated">Decorated frames and dialogs</a><br>
  38. <a href="#bundle">How to bundle tinylaf.jar with your packed application</a><br>
  39. <a href="#webstart">TinyLaF and Java Web Start</a><br>
  40. <a href="#switch">Theme switching</a><br>
  41. <a href="#sortable">Sortable table data with TinyLaF</a><br>
  42. <a href="#history">History</a>&nbsp;&nbsp;
  43. &nbsp;&nbsp;<a href="#140">1.4.0</a>
  44. &nbsp;&nbsp;<a href="#138">1.3.8</a>
  45. &nbsp;&nbsp;<a href="#137">1.3.7</a>
  46. &nbsp;&nbsp;<a href="#136">1.3.6</a>
  47. &nbsp;&nbsp;<a href="#135">1.3.5</a>
  48. &nbsp;&nbsp;<a href="#134">1.3.4</a>
  49. &nbsp;&nbsp;<a href="#133">1.3.3</a>
  50. &nbsp;&nbsp;<a href="#132">1.3.2</a>
  51. &nbsp;&nbsp;<a href="#131">1.3.1</a>
  52. &nbsp;&nbsp;<a href="#130">1.3.0</a>
  53. &nbsp;&nbsp;<a href="#121">1.2.1</a>
  54. &nbsp;&nbsp;<a href="#120">1.2.0</a>
  55. &nbsp;&nbsp;<a href="#110">1.1.0</a><br>
  56. <a href="#issues">Known issues</a><br>
  57. <a href="#thanks">Thanks ...</a><br>
  58. <a href="#contact">Contact the author</a>
  59. <br><hr>
  60. <a name="package"></a>
  61. <br>
  62. <b>The TinyLaF package</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  63. <br><br>
  64. Source distribution:<br>
  65. <code>&nbsp;&nbsp;help</code> - contains the files of the online help, used by Ant.<br>
  66. <code>&nbsp;&nbsp;license</code> - contains copies of the GNU General Public License and the GNU Lesser General Public License.<br>
  67. <code>&nbsp;&nbsp;src</code> - contains the TinyLaF sources.<br>
  68. <code>&nbsp;&nbsp;themes</code> - contains some TinyLaF theme files, used by Ant.<br>
  69. <code>&nbsp;&nbsp;build.xml</code> - an <a href="#build">Ant build file</a> to build the TinyLaF binaries.<br>
  70. <code>&nbsp;&nbsp;javadoc.xml</code> - an <a href="#build">Ant build file</a> to extract the javadoc documentation.<br>
  71. <code>&nbsp;&nbsp;manifest.txt</code> - the manifest for <code>tinycp.jar</code>, used by Ant.<br>
  72. <code>&nbsp;&nbsp;readme.html</code> - this file.<br>
  73. <code>&nbsp;&nbsp;tinycp.xml</code> - an <a href="#build">Ant build file</a> to build the TinyLaF binaries including the control panel.<br>
  74. <br>
  75. Binary distribution:<br>
  76. <code>&nbsp;&nbsp;docs</code> - contains the javadoc documentation.<br>
  77. <code>&nbsp;&nbsp;license</code> - contains copies of the GNU General Public License and the GNU Lesser General Public License.<br>
  78. <code>&nbsp;&nbsp;readme.html</code> - this file.<br>
  79. <code>&nbsp;&nbsp;tinycp.jar</code> - an executable JAR containing the Tiny Look and Feel and the TinyLaF control panel.<br>
  80. <code>&nbsp;&nbsp;tinylaf.jar</code> - the Tiny Look and Feel (without the control panel).
  81. <br><br>
  82. <table border=1 cellpadding=4 cellspacing=0>
  83. <tr><td bgcolor="#F4F3DF"><font id="normal">
  84. <b>Note</b>: <code>tinycp.jar</code> is equivalent to <code>tinylaf.jar</code> of previous releases whereas the new <code>tinylaf.jar</code> is less than half the size and doesn't contain the control panel. For minimum file size, <code>tinylaf.jar</code> is compiled without debugging information.
  85. </font>
  86. </td></tr>
  87. </table>
  88. <br><hr>
  89. <a name="license"></a>
  90. <br>
  91. <b>License</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  92. <br><br>
  93. The TinyLaF source code is released under the terms of the <a href="http://www.gnu.org/licenses/lgpl.html">GNU Lesser General Public License</a>.
  94. <br><hr>
  95. <a name="jre"></a>
  96. <br>
  97. <b>Required JRE</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  98. <br><br>
  99. 1.4.0 or later. Recommended: 1.4.2 or later.
  100. <br><hr>
  101. <a name="build"></a>
  102. <br>
  103. <b>Ant build files</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  104. <br><br>
  105. The source distribution contains three Ant buildfiles.
  106. <br><br>
  107. To build <code>tinylaf.jar</code>, <code>cd</code> to the TinyLaF directory and execute:
  108. <br>
  109. <code>&nbsp;&nbsp;&gt; ant</code>
  110. <br><br>
  111. To build the executable <code>tinycp.jar</code>, <code>cd</code> to the TinyLaF directory and execute:
  112. <br>
  113. <code>&nbsp;&nbsp;&gt; ant -f tinycp.xml</code>
  114. <br><br>
  115. To build the javadoc documentation, <code>cd</code> to the TinyLaF directory and execute:
  116. <br>
  117. <code>&nbsp;&nbsp;&gt; ant -f javadoc.xml</code>
  118. <br>
  119. (this command will create a new <code>docs</code> directory)
  120. <br><hr>
  121. <a name="control"></a>
  122. <br>
  123. <b>Running the TinyLaF control panel</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  124. <br><br>
  125. Using the control panel you can create and save your own themes.
  126. <br><br>
  127. To start the control panel, either double-click <code>tinycp.jar</code> or <code>cd</code> to the TinyLaF directory and execute:
  128. <br>
  129. <code>&nbsp;&nbsp;&gt; java -jar tinycp.jar</code>
  130. <br><hr>
  131. <a name="current"></a>
  132. <br>
  133. <b>Making TinyLaF the current LookAndFeel</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  134. <br><br>
  135. To make TinyLaF the current LAF of your application, include this line:
  136. <br><br>
  137. <code>UIManager.setLookAndFeel(&quot;de.muntjak.tinylookandfeel.TinyLookAndFeel&quot);</code>
  138. <br><br>
  139. at the beginning of your <code>main</code> method (you will have to catch any exceptions).
  140. <br>
  141. (Additional ways to define the LAF can be found at <a href="http://java.sun.com/j2se/1.4.2/docs/api/javax/swing/UIManager.html">Sun's Java documentation</a>)
  142. <br><br>
  143. Here is my complete install sequence:
  144. <br><br>
  145. <table border=1 cellpadding=4 cellspacing=0>
  146. <tr><td bgcolor="#FFFFFF"><font id="normal"><code>
  147. Toolkit.getDefaultToolkit().setDynamicLayout(true);<br>
  148. System.setProperty("sun.awt.noerasebackground", "true");<br>
  149. JFrame.setDefaultLookAndFeelDecorated(true);<br>
  150. JDialog.setDefaultLookAndFeelDecorated(true);<br>
  151. <br>
  152. try {<br>
  153. &nbsp;&nbsp;&nbsp;&nbsp;UIManager.setLookAndFeel(&quot;de.muntjak.tinylookandfeel.TinyLookAndFeel&quot);<br>
  154. } catch(Exception ex) {<br>
  155. &nbsp;&nbsp;&nbsp;&nbsp;ex.printStackTrace();<br>
  156. }</code>
  157. </td></tr>
  158. </table>
  159. <br><hr>
  160. <a name="default"></a>
  161. <br>
  162. <b>The default theme</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  163. <br><br>
  164. TinyLaF looks for a default theme file named <code>'Default.theme'</code> (case-sensitive). If it finds one, this
  165. file will be loaded at startup.
  166. <br>
  167. (The <code>'Default.theme'</code> file is an ordinary TinyLaF .theme file, just with a special name, you can take any .theme file and rename it to <code>'Default.theme'</code>).
  168. <br><br>
  169. TinyLaF will search the following URLs:
  170. <br>
  171. <ol>
  172. <li><code>TinyLookAndFeel.class.getResource("/Default.theme");</code><br>
  173. - finds <code>'Default.theme'</code> if it is inside <code>tinylaf.jar</code><br>
  174. <li><code>Thread.currentThread().getContextClassLoader().getResource("Default.theme");</code><br>
  175. - finds <code>'Default.theme'</code> if it is inside your application's JAR<br>
  176. <li><code>new File(System.getProperty("user.home"), "Default.theme").toURI().toURL();</code><br>
  177. - finds <code>'Default.theme'</code> if it is inside the home directory<br>
  178. <li><code>new File(System.getProperty("user.dir"), "Default.theme").toURI().toURL();</code><br>
  179. - finds <code>'Default.theme'</code> if it is inside the working directory
  180. </ol>
  181. <hr>
  182. <a name="unicode"></a>
  183. <br>
  184. <b>Unicode Fonts</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  185. <br><br>
  186. By default, TinyLaF specifies the 'Tahoma' font to be used by text components. 'Tahoma' is a relatively small font with a relatively small number of glyphs. The supplied 'Unicode' theme specifies the 'SansSerif' font (a logical Java font) instead of the 'Tahoma' font. To make it the default theme, follow the instructions given in the <a href="#default">The default theme</a> section. Alternatively you can make any theme Unicode-compliant by specifying a Unicode font for both 'Fonts | Plain Font' and 'Fonts | Bold Font'.
  187. <br><hr>
  188. <a name="decorated"></a>
  189. <br>
  190. <b>Decorated frames and dialogs</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  191. <br><br>
  192. To try the 'Decorated Frames' feature, include the following two lines (or maybe just one) in your source code <em>before</em> the first frame is made visible:
  193. <br><br>
  194. <table border=1 cellpadding=4 cellspacing=0>
  195. <tr><td bgcolor="#FFFFFF"><font id="normal">
  196. &nbsp;&nbsp;&nbsp;&nbsp;<code>JFrame.setDefaultLookAndFeelDecorated(true); // to decorate frames</code><br>
  197. &nbsp;&nbsp;&nbsp;&nbsp;<code>JDialog.setDefaultLookAndFeelDecorated(true); // to decorate dialogs</code>
  198. </td></tr>
  199. </table>
  200. <br>
  201. To eliminate flickering on resize (decorated frames only), include this code before you set the LAF:
  202. <br><br>
  203. <table border=1 cellpadding=4 cellspacing=0>
  204. <tr><td bgcolor="#FFFFFF"><font id="normal">
  205. &nbsp;&nbsp;&nbsp;&nbsp;<code>// continuous layout on frame resize</code><br>
  206. &nbsp;&nbsp;&nbsp;&nbsp;<code>Toolkit.getDefaultToolkit().setDynamicLayout(true);</code><br>
  207. &nbsp;&nbsp;&nbsp;&nbsp;<code>// no flickering on resize</code><br>
  208. &nbsp;&nbsp;&nbsp;&nbsp;<code>System.setProperty("sun.awt.noerasebackground", "true");</code>
  209. </td></tr>
  210. </table>
  211. <hr>
  212. <a name="bundle"></a>
  213. <br>
  214. <b>How to bundle tinylaf.jar with your packed application</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  215. <br><br>
  216. When JARing your application you should specify the <em>relative</em> path to <code>tinylaf.jar</code> as (one) value of the manifest's <code>Class-Path</code> attribute.
  217. <br><br>
  218. If you are new to manifest files:
  219. <br><br>
  220. The first line should specify the <em>manifest version</em> (until now there's only version 1.0):<br>
  221. <code>Manifest-Version: 1.0</code>
  222. <br><br>
  223. The second line specifies the <em>main class</em> of your application, providing its fully-qualified class name:<br>
  224. <code>Main-Class: package1.package2.YourMainClass</code>
  225. <br><br>
  226. The third line should read like this (<code>tinylaf.jar</code> resides in <code>lib</code> directory):<br>
  227. <code>Class-Path: lib/tinylaf.jar</code>
  228. <br><br>
  229. The fourth (last) line MUST be a blank line.
  230. <br><br>
  231. When JARing your application, you say:<br>
  232. <code>&gt; jar cmf nameOfManifestFile nameOfJar contentsOfJar ...</code>
  233. <br><br>
  234. What you get is an executable JAR which automatically finds <code>tinylaf.jar</code> if the directory layout is as follows:<br>
  235. <code>&nbsp;&nbsp;.../applicationDirectory/nameOfJar.jar</code><br>
  236. <code>&nbsp;&nbsp;.../applicationDirectory/lib/tinylaf.jar</code>
  237. <br><hr>
  238. <a name="webstart"></a>
  239. <br>
  240. <b>TinyLaF and Java Web Start</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  241. <br><br>
  242. TinyLaF should work with Java Web Start without <code>tinylaf.jar</code> needing to be signed (but note: if one of your JARs needs to be signed, you must also sign <code>tinylaf.jar</code>).
  243. <br><br>
  244. Because, in general, the <code>'Default.theme'</code> file will not be inside <code>tinylaf.jar</code> you may want
  245. to give <code>tinylaf.jar</code> the attribute <code>download="lazy"</code> in your JNLP file (so the JAR including
  246. the <code>'Default.theme'</code> file loads <em>before</em> <code>tinylaf.jar</code>).
  247. <br><hr>
  248. <a name="switch"></a>
  249. <br>
  250. <b>Theme switching</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  251. <br><br>
  252. All predefined themes (YQ, Forest, Golden, Nightly, Plastic, Silver and Unicode) are now included in the JAR file. Additionally Tiny searches both the user directory and the working directory for theme files.<br>
  253. <code>Theme.getAvailableThemes()</code> returns an array of <code>ThemeDescription</code> objects. Once you have obtained the array, you can call <code>ThemeDescription.getName()</code> for each object to build a menu presenting the available themes. As a user selects a <code>ThemeDescription</code>, you can pass it as argument to <code>Theme.loadTheme(ThemeDescription)</code>.
  254. <br><br>
  255. After loading a theme, you should re-install the Tiny Look and Feel and recreate the ui:
  256. <br><br>
  257. <table border=1 cellpadding=4 cellspacing=0>
  258. <tr><td bgcolor="#FFFFFF"><font id="normal">
  259. <code>
  260. // re-install the Tiny Look and Feel<br>
  261. UIManager.setLookAndFeel(new TinyLookAndFeel());<br>
  262. <br>
  263. // Update the ComponentUIs for all Components. This<br>
  264. // needs to be invoked for all windows.<br>
  265. SwingUtilities.updateComponentTreeUI(rootComponent);
  266. </<code>
  267. </td></tr>
  268. </table>
  269. <br>
  270. (The javadoc documentation of the <code>Theme</code> class contains more information on theme switching.)
  271. <br><hr>
  272. <a name="sortable"></a>
  273. <br>
  274. <b>Sortable table data with TinyLaF</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  275. <br><br>
  276. Since version 1.3.6 TinyLaF supports sortable table data (user can sort column values by clicking inside the column header). Sortable column headers visualize rollovers and display up/down arrows. TinyLaF supports single-column sort and multi-column sort.
  277. <br><br>
  278. <table border=1 cellpadding=4 cellspacing=0>
  279. <tr><td bgcolor="#F4F3DF"><font id="normal">
  280. <b>Note</b>: Of course you can also use the sorting capabilities that came with Java 1.6 with TinyLaF.
  281. </font>
  282. </td></tr>
  283. </table>
  284. <br>
  285. To make table data sortable, a <code>TableModel</code> must <code>implement de.muntjak.tinylookandfeel.table.SortableTableData</code>, here are the interface methods:
  286. <br><br>
  287. <table border=1 cellpadding=4 cellspacing=0>
  288. <tr><td bgcolor="#FFFFFF"><font id="normal">
  289. <PRE>boolean <B>isColumnSortable</B>(int&nbsp;column)</PRE>
  290. <DL>
  291. <DD>Return <code>true</code> if the specified column is sortable, <code>false</code> otherwise. Non-sortable column headers will not react to mouse clicks or rollovers.
  292. <P>
  293. <DL>
  294. <DT><B>Parameters:</B></dt>
  295. <DD><CODE>column</CODE> - a column index</dd>
  296. <DT><B>Returns:</B></dt>
  297. <DD><code>true</code> if the specified column is sortable, <code>false</code> otherwise</dd>
  298. </DL>
  299. </DL>
  300. <HR>
  301. <a name="supportsMultiColumnSort"></a>
  302. <PRE>boolean <B>supportsMultiColumnSort</B>()</PRE>
  303. <DL>
  304. <DD>Return <code>true</code> if the table model supports multiple sorted columns, <code>false</code> otherwise. (Supporting multi column sort makes sense only with columns containing some equal values.)
  305. <p>
  306. The TinyLaF user gestures concerning multi column sort are:
  307. <ul>
  308. <li><code>Ctrl-Click</code>: If clicked column was already sorted, change sorting direction, else add clicked column to sorted columns.
  309. <li><code>Alt-Click</code>: If clicked column was already sorted, remove from sorted columns. Ignore if clicked column was not sorted.
  310. <li><code>Click</code> (without <code>Ctrl</code> or <code>Alt</code>): The clicked column becomes the only sorted column. If the clicked column already was sorted, change sorting direction.
  311. </ul>
  312. <P>
  313. <DL>
  314. <DT><B>Returns:</B></dt>
  315. <DD><code>true</code> if the table model supports multiple sorted columns, <code>false</code> otherwise</dd>
  316. </DL>
  317. </DD>
  318. </DL>
  319. <HR>
  320. <PRE>void <B>sortColumns</B>(int[]&nbsp;columns, int[]&nbsp;sortingDirections, javax.swing.JTable&nbsp;table)</PRE>
  321. <DL>
  322. <DD>Sort the data according to the given arguments. If argument arrays are empty, the original state of the data will be restored, if there is no original state then no action will be performed.
  323. <p>
  324. Note for implementors: If your data is dynamically changing you should think about storing copies of the arguments so you can re-sort data after each change. It may also be a good idea to call <code>fireTableDataChanged()</code> after sorting (this makes sure that the table is updated).
  325. <P>
  326. <DL>
  327. <DT><B>Parameters:</B></dt>
  328. <DD><CODE>columns</CODE> - array of column indices sorted by priority (highest priority first).</DD>
  329. <DD><CODE>sortingDirections</CODE> - array containing the sorting direction for each sorted column. Values are either
  330. <ul>
  331. <li><code>SORT_ASCENDING</code> - sort column data in ascending order, or<li><code>SORT_DESCENDING</code> - sort column data in descending order
  332. </ul>
  333. </DD>
  334. <DD><CODE>table</CODE> the table displaying the data. Might be useful, for example, to restore selected cells after sorting.
  335. </DD>
  336. </DL>
  337. </DD>
  338. </DL>
  339. </td></tr>
  340. </table>
  341. <br>
  342. The source distribution contains an implementations of this interface, see <code>de.muntjak.tinylookandfeel.controlpanel.TinyTableModel</code> (performing multi-column sort).
  343. <br><br>
  344. In class <code>de.muntjak.tinylookandfeel.TinyTableHeaderUI</code> there are two further methods related to sorting.
  345. <br><br>
  346. <table border=1 cellpadding=4 cellspacing=0>
  347. <tr><td bgcolor="#FFFFFF"><font id="normal">
  348. <PRE>void <B>sortColumns</B>(int[]&nbsp;columns, int[]&nbsp;sortingDirections, javax.swing.JTable&nbsp;table)</PRE>
  349. <DL>
  350. <DD>Call this method to programmatically initiate sorting on (sortable) table models. Especially if your data is sorted by default, you should call this method before the table is displayed the first time.</dd>
  351. <P>
  352. <DL>
  353. <DT><B>Parameters:</B></dt>
  354. <DD><CODE>columns</CODE> - array of column indices sorted by priority (highest priority first)</dd>
  355. <DD><CODE>sortingDirections</CODE> - array containing the sorting direction for each sorted column. Values are either
  356. <ul>
  357. <li><code>de.muntjak.tinylookandfeel.table.SortableTableData.SORT_ASCENDING</code> or <li><code>de.muntjak.tinylookandfeel.table.SortableTableData.SORT_DESCENDING</code>
  358. </ul>
  359. </dd>
  360. <DD><CODE>table</CODE> the table displaying the data</dd>
  361. <DT><B>Throws:</B></dt>
  362. <DD><CODE>java.lang.IllegalArgumentException</CODE> - If any of the arguments is <code>null</code> or if <code>columns</code> argument and <code>sortingDirections</code> argument are of different length
  363. </DD>
  364. </DL>
  365. </DL>
  366. <HR>
  367. <PRE>void <B>setHorizontalAlignments</B>(int[]&nbsp;alignments)</PRE>
  368. <DL>
  369. <DD>Sets horizontal alignments of table header renderers where an index in the argument array corresponds to a column index.
  370. <br>
  371. Note: If the length of the argument array is less than the number of columns, unspecified columns default to <code>CENTER</code> alignment. If the length of the argument array is greater than the number of columns, surplus information will be ignored.
  372. <P>
  373. <DL>
  374. <DT><B>Parameters:</B>
  375. <DD><CODE>alignments</CODE> - array of the following constants defined in <code>SwingConstants</code>: <code>LEFT</code>, <code>CENTER</code>, <code>RIGHT</code>, <code>LEADING</code> or <code>TRAILING</code>
  376. </DD>
  377. </DL>
  378. </DL>
  379. </td></tr>
  380. </table>
  381. <br>
  382. Each table header has its own instance of <code>de.muntjak.tinylookandfeel.TinyTableHeaderUI</code>. You can obtain it with code like this:<br>
  383. <pre>
  384. JTable table = new JTable(new MySortableTableModel());
  385. TableHeaderUI headerUI = table.getTableHeader().getUI();
  386. if(headerUI instanceof TinyTableHeaderUI) {
  387. // do your thing ...
  388. }
  389. </pre>
  390. <hr>
  391. <a name="history"></a>
  392. <br>
  393. <b>History</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  394. <br><br>
  395. TinyLaF was first released in May 2003. It is based on the XP Look and Feel written by Stefan Krause.
  396. <br><hr>
  397. <a name="110"></a>
  398. <br>
  399. <b>V 1.1.0</b>&nbsp;&nbsp;<code>(2003-6-9)</code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  400. <br><br>
  401. <table border=0 cellpadding=4 cellspacing=2>
  402. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  403. <td bgcolor="#DFE6EB"><font id="normal">
  404. <code>JProgressBar.getFont()</code> returning <code>null</code>. Aditionally one can now set the font of <code>JProgressBar</code>.
  405. </td></tr>
  406. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  407. <td bgcolor="#DFE6EB"><font id="normal">
  408. <code>JProgressBar</code> now displays strings even when in indeterminate mode.
  409. </td></tr>
  410. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  411. <td bgcolor="#DFE6EB"><font id="normal">
  412. Defining TinyLaF as the standard LAF in <code>swing.properties</code> threw exceptions (<code>PanelUI</code> not found).
  413. </td></tr>
  414. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  415. <td bgcolor="#DFE6EB"><font id="normal">
  416. <code>ButtonUI</code> now honours <code>isBorderPainted</code> and <code>isContentAreaFilled</code> properties.
  417. </td></tr>
  418. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  419. <td bgcolor="#DFE6EB"><font id="normal">
  420. Border of <code>JToolBar</code> now isn't painted if set to <code>null</code> or <code>isBorderPainted</code> resolves to <code>false</code>.
  421. </td></tr>
  422. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  423. <td bgcolor="#DFE6EB"><font id="normal">
  424. Border of <code>JTextField</code> and <code>JComboBox</code> now isn't painted if set to <code>null</code>.
  425. </td></tr>
  426. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  427. <td bgcolor="#DFE6EB"><font id="normal">
  428. Due to a bug in <code>BasicProgressBarUI</code> (unfortunately in a private method, caused by a private member) sometimes a <code>NullPointerException</code> was thrown soon after the ControlPanel started. Because this exception is harmless, I decided to catch it.
  429. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  430. <td bgcolor="#DFE6EB"><font id="normal">
  431. Removed Popup Font.
  432. </td></tr>
  433. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  434. <td bgcolor="#DFE6EB"><font id="normal">
  435. Added ProgressBar Font together with two additional text colors in Decoration/ProgressBar.
  436. </td></tr>
  437. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  438. <td bgcolor="#DFE6EB"><font id="normal">
  439. File format changed slightly due to previous changes. 1.0-themes can still be loaded, but saved themes are not compatible with TinyLaF-1.0
  440. </td></tr>
  441. </table>
  442. <br><hr>
  443. <a name="120"></a>
  444. <br>
  445. <b>V 1.2.0</b>&nbsp;&nbsp;<code>(2003-8-23)</code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  446. <br><br>
  447. <table border=0 cellpadding=4 cellspacing=2>
  448. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  449. <td bgcolor="#DFE6EB"><font id="normal">
  450. Icons for <code>JMenuItem</code>s were painted disabled when menu item was selected.
  451. </td></tr>
  452. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  453. <td bgcolor="#DFE6EB"><font id="normal">
  454. The selection background and selection foreground for text components were both set to white.
  455. </td></tr>
  456. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  457. <td bgcolor="#DFE6EB"><font id="normal">
  458. Double-clicking the title bar of a frame maximized the frame without respect to the screen insets (while clicking the maximize button <em>did</em> respect screen insets).
  459. </td></tr>
  460. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  461. <td bgcolor="#DFE6EB"><font id="normal">
  462. Simplified the paint routine for progress bar border to be faster so it doesn't conflict with the animation speed in <code>javax.swing.plaf.basic.BasicProgressBarUI</code>.
  463. </td></tr>
  464. </table>
  465. <br><hr>
  466. <a name="121"></a>
  467. <br>
  468. <b>V 1.2.1</b>&nbsp;&nbsp;<code>(2003-9-29)</code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  469. <br><br>
  470. <table border=0 cellpadding=4 cellspacing=2>
  471. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  472. <td bgcolor="#DFE6EB"><font id="normal">
  473. Bug in Launcher calling wrong LAF class.
  474. </td></tr>
  475. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  476. <td bgcolor="#DFE6EB"><font id="normal">
  477. Now changing to TinyLookAndFeel from another LAF works - changing from TinyLookAndFeel to another LAF still causes problems (certain properties are not updated, I guess this will never be fixed)
  478. </td></tr>
  479. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  480. <td bgcolor="#DFE6EB"><font id="normal">
  481. Before searching "user.dir" for a <code>'Default.theme'</code> file, TinyLaF searches "user.home", e.g. you can set a global default theme if you put it in "user.home".
  482. </td></tr>
  483. </table>
  484. <br><hr>
  485. <a name="130"></a>
  486. <br>
  487. <b>V 1.3.0</b>&nbsp;&nbsp;<code>(2004-6-14)</code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  488. <br><br>
  489. <table border=0 cellpadding=4 cellspacing=2>
  490. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  491. <td bgcolor="#DFE6EB"><font id="normal">
  492. Bug with scrollbar button arrows not changing direction when scrollbar orientation changes.
  493. </td></tr>
  494. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  495. <td bgcolor="#DFE6EB"><font id="normal">
  496. <code>ArrayIndexOutOfBoundsException</code> thrown in <code>TinyTabbedPaneUI</code> when trying to remove a tab by manipulating the tab.
  497. </td></tr>
  498. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  499. <td bgcolor="#DFE6EB"><font id="normal">
  500. Sub-menus painting partially above children.
  501. </td></tr>
  502. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  503. <td bgcolor="#DFE6EB"><font id="normal">
  504. <code>JTabbedPane</code> now honours tab background color set with <code>setBackgroundAt(int, Color)</code>.
  505. </td></tr>
  506. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  507. <td bgcolor="#DFE6EB"><font id="normal">
  508. Menus and menu items now honour background and foreground properties set with <code>setBackground(Color)</code> resp. <code>setForeground(Color)</code>. Additionally menus and menu items now are displayed with foreground colors defined in 'Menu Font' resp. 'Menu Item Font' by default.
  509. </td></tr>
  510. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  511. <td bgcolor="#DFE6EB"><font id="normal">
  512. Windows 98 style only: Arrowbuttons of <code>JSpinner</code> now draw themselves correctly.
  513. </td></tr>
  514. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  515. <td bgcolor="#DFE6EB"><font id="normal">
  516. Button margins were calculated without respect to the button border, so a margin of 0 made the button text obscure the border.
  517. </td></tr>
  518. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  519. <td bgcolor="#DFE6EB"><font id="normal">
  520. <code>JToggleButton</code> displayed the default icon instead of the selected icon if model was both selected and rollover.
  521. </td></tr>
  522. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  523. <td bgcolor="#DFE6EB"><font id="normal">
  524. <code>JFormattedTextField</code> of <code>JSpinner</code> editor did loose focus with each click on arrow buttons. Therefore, with <code>SpinnerDateModel</code>, it was not possible to select distinct date fields.
  525. </td></tr>
  526. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  527. <td bgcolor="#DFE6EB"><font id="normal">
  528. If the <code>JFrame.setDefaultLookAndFeelDecorated</code> property is <code>true</code> and the frame is maximized, the frame border now is supressed. This is also true for internal frames.
  529. </td></tr>
  530. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  531. <td bgcolor="#DFE6EB"><font id="normal">
  532. <code>JOptionPane.showInternalXXXDialog()</code> bringing up dialogs which painted no decorations at all.
  533. </td></tr>
  534. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  535. <td bgcolor="#DFE6EB"><font id="normal">
  536. <code>JComboBox</code> now updates its display size as the model changes.
  537. </td></tr>
  538. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  539. <td bgcolor="#DFE6EB"><font id="normal">
  540. Usage in applets: the theme is now reloaded as the applet is reloaded.
  541. </td></tr>
  542. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  543. <td bgcolor="#DFE6EB"><font id="normal">
  544. Editable text fields in <code>ColorChooser</code> now work as expected.
  545. </td></tr>
  546. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  547. <td bgcolor="#DFE6EB"><font id="normal">
  548. The Windows XP style mutated to YQ style, the Windows 98 style mutated to 99 style. The YQ style is now the default style and will run with every operating system. To get rid of copyright issues I decided to replace both Windows 98 and XP icons with a custom icon set. Therefore I improved the algorithm to colorize icons.
  549. </td></tr>
  550. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  551. <td bgcolor="#DFE6EB"><font id="normal">
  552. On startup TinyLaF now displays a message via <code>System.out</code>, reporting the version and the path to the <code>'Default.theme'</code> file.
  553. </td></tr>
  554. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  555. <td bgcolor="#DFE6EB"><font id="normal">
  556. In the past, radio buttons and check boxes painted rather slow. Though both paint more aesthetically now, painting speed increased drastically (by painting icons only once and caching the result - this speeds up painting by a factor of 80 and more).
  557. </td></tr>
  558. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  559. <td bgcolor="#DFE6EB"><font id="normal">
  560. Radio buttons and checkboxes now have an editable margin. Please note: A Metal checkbox (or radio button) has border insets of (2, 2, 2, 2) which adds to the margin of (2, 2, 2, 2), so, if you want a TinyLaF checkbox to behave as a Metal checkbox, you must set its margin to (4, 4, 4, 4).
  561. </td></tr>
  562. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  563. <td bgcolor="#DFE6EB"><font id="normal">
  564. The thumb of a scrollbar now has a minimum height/width of 17 pixels.
  565. </td></tr>
  566. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  567. <td bgcolor="#DFE6EB"><font id="normal">
  568. <code>JComboBox</code> now calculates its preferred size more realistic (and less space-consuming). The rollover border for <code>JComboBox</code> is now disabled by default.
  569. </td></tr>
  570. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  571. <td bgcolor="#DFE6EB"><font id="normal">
  572. The rollover border for <code>JSpinner</code> is now disabled by default.
  573. </td></tr>
  574. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  575. <td bgcolor="#DFE6EB"><font id="normal">
  576. If frames or dialogs are decorated, they now have a minimum width of 104 pixels. Internal frames now have a minimum width of 32 px. Internal frames defined as palettes now can additionally display an iconify and a maximize button. Palette buttons are smaller now than internal frame buttons.
  577. </td></tr>
  578. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  579. <td bgcolor="#DFE6EB"><font id="normal">
  580. You can now define separate title bar fonts for (decorated) frames, internal frames and internal palettes.
  581. </td></tr>
  582. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  583. <td bgcolor="#DFE6EB"><font id="normal">
  584. Buttons are now opaque by default (this was a trick of the <code>XPLookAndFeel</code>). This change doesn't affect rendering of buttons, just the value of the <code>opaque</code> property.<br>
  585. YQ-Buttons now shift their text if the button is pressed.<br>
  586. There is an additional flag: "ENTER 'presses' focused button". If it is selected, the ENTER key triggers the buttonPressed action on <code>JButton</code>, <code>JToggleButton</code>, <code>JCheckBox</code> and <code>JRadioButton</code> (same as SPACE key).<br>
  587. <code>JButton</code>, <code>JToggleButton</code>, <code>JCheckBox</code> and <code>JRadioButton</code> now support a focus border. You can disable this by deselecting 'Paint Focus Border'.
  588. </td></tr>
  589. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  590. <td bgcolor="#DFE6EB"><font id="normal">
  591. Toolbar buttons now have a definable margin and separate backgrounds and borders for their deselected-, rollover-, pressed- and selected state which makes them much more flexible to use.
  592. </td></tr>
  593. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  594. <td bgcolor="#DFE6EB"><font id="normal">
  595. <code>JProgressBar</code> now looks like a WinXP progress bar.
  596. </td></tr>
  597. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  598. <td bgcolor="#DFE6EB"><font id="normal">
  599. Added a <code>SeparatorUI</code> (see Decoration | Separator).
  600. </td></tr>
  601. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  602. <td bgcolor="#DFE6EB"><font id="normal">
  603. Added a <code>PasswordFieldUI</code> (that just duplicates the settings from <code>JTextFieldUI</code>).
  604. </td></tr>
  605. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  606. <td bgcolor="#DFE6EB"><font id="normal">
  607. Added the following UIs which support a default background color: <code>EditorPaneUI</code>, <code>TextPaneUI</code> and <code>DesktopPaneUI</code> (see Decoration | Miscellaneous).
  608. </td></tr>
  609. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  610. <td bgcolor="#DFE6EB"><font id="normal">
  611. <code>JSplitPane</code> now has a divider size of 7 pixels (instead of 6 as before), oneTouchButtons have become smaller.
  612. </td></tr>
  613. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  614. <td bgcolor="#DFE6EB"><font id="normal">
  615. <code>JTree</code> now supports arbitrary text colors. (Note: A <code>JTree</code>'s text color is NOT its foreground color (and not a <code>JTree</code> property at all)). Additionally you can now adjust the line color (see Decoration | Tree).
  616. </td></tr>
  617. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  618. <td bgcolor="#DFE6EB"><font id="normal">
  619. <code>JComboBox</code> now has its own background and foreground colors (see Decoration | ComboBox).
  620. </td></tr>
  621. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  622. <td bgcolor="#DFE6EB"><font id="normal">
  623. Lists now support a background and a foreground color (see Decoration | List).
  624. </td></tr>
  625. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  626. <td bgcolor="#DFE6EB"><font id="normal">
  627. Added support for floatable tool bars (see Decoration | ToolBar).
  628. </td></tr>
  629. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  630. <td bgcolor="#DFE6EB"><font id="normal">
  631. You can now set the colors of toolbar separators (see Decoration | ToolBar).
  632. </td></tr>
  633. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  634. <td bgcolor="#DFE6EB"><font id="normal">
  635. You can now set the colors of popup menu borders (see Decoration | Menu).
  636. </td></tr>
  637. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  638. <td bgcolor="#DFE6EB"><font id="normal">
  639. Added borders for table and table headers (see Decoration | Table). The header border adds an inset of 1 pixel in each direction.
  640. </td></tr>
  641. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  642. <td bgcolor="#DFE6EB"><font id="normal">
  643. Added some colors for disabled tabbed panes (see Decoration | TabbedPane).<br>
  644. The 'Paint Focus' flag disappeared, instead there is a 'Ignore Selected Bg' flag. If this flag is on, a selected tab will not change background color.<br>
  645. Tab insets and tab area insets now are editable.<br>
  646. Added a 'Fixed Tab Positions' flag - it switches from Java-Metal behaviour (the selected tab is always in the lowest tab row) to Windows behaviour (tabs never change positions).
  647. </td></tr>
  648. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  649. <td bgcolor="#DFE6EB"><font id="normal">
  650. Text components now additionally support a caret color.
  651. </td></tr>
  652. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  653. <td bgcolor="#DFE6EB"><font id="normal">
  654. Now you can specify the border, background and foreground colors for disabled tool tips.
  655. </td></tr>
  656. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  657. <td bgcolor="#DFE6EB"><font id="normal">
  658. Combobox button, spinner previous/next buttons and window buttons now are non-focusable. This means, they will not be included in a <code>FocusTraversalPolicy</code>.
  659. </td></tr>
  660. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  661. <td bgcolor="#DFE6EB"><font id="normal">
  662. The <code>JFileChooser</code> dialog is now opened at a larger size so you see more files at a time.
  663. </td></tr>
  664. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  665. <td bgcolor="#DFE6EB"><font id="normal">
  666. File format changed. Pre-1.3-themes can still be loaded, but saved themes are not compatible with TinyLaF versions prior to 1.3.
  667. </td></tr>
  668. </table>
  669. <br><hr>
  670. <a name="131"></a>
  671. <br>
  672. <b>V 1.3.1</b>&nbsp;&nbsp;<code>(2004-12-13)</code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  673. <br><br>
  674. <table border=0 cellpadding=4 cellspacing=2>
  675. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  676. <td bgcolor="#DFE6EB"><font id="normal">
  677. Fixed a memory leak introduced in 1.3.0.
  678. </td></tr>
  679. </table>
  680. <br><hr>
  681. <a name="132"></a>
  682. <br>
  683. <b>V 1.3.2</b>&nbsp;&nbsp;<code>(2005-6-22)</code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  684. <br><br>
  685. <table border=0 cellpadding=4 cellspacing=2>
  686. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  687. <td bgcolor="#DFE6EB"><font id="normal">
  688. The fix for reloading themes as an applet is reloaded didn't work in 1.3.0 and 1.3.1.
  689. </td></tr>
  690. </table>
  691. <br><hr>
  692. <a name="133"></a>
  693. <br>
  694. <b>V 1.3.3</b>&nbsp;&nbsp;<code>(2006-2-6)</code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  695. <br><br>
  696. <table border=0 cellpadding=4 cellspacing=2>
  697. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  698. <td bgcolor="#DFE6EB"><font id="normal">
  699. Popup menu width was too wide when icons were displayed.
  700. </td></tr>
  701. </table>
  702. <br><hr>
  703. <a name="134"></a>
  704. <br>
  705. <b>V 1.3.4</b>&nbsp;&nbsp;<code>(2006-4-15)</code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  706. <br><br>
  707. <table border=0 cellpadding=4 cellspacing=2>
  708. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  709. <td bgcolor="#DFE6EB"><font id="normal">
  710. Code for calculating the clicked tab of <code>JTabbedPane</code> (<code>SCROLL_TAB_LAYOUT</code> mode only) didn't work with JRE 1.5. (The only way to make it work was to execute different code dependent on JRE version).
  711. </td></tr>
  712. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  713. <td bgcolor="#DFE6EB"><font id="normal">
  714. Internal frames used a special <code>DesktopManager</code>, now the default <code>DesktopManager</code> is used and <code>DesktopManager</code> methods will be called as expected.
  715. </td></tr>
  716. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  717. <td bgcolor="#DFE6EB"><font id="normal">
  718. <code>JButton</code> text is shifted one pixel right/down as the button is pressed. Now a test is performed if the button's text is <code>null</code> or of zero length and, if it is an icon-only button, no shifting occurs.
  719. </td></tr>
  720. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
  721. <td bgcolor="#DFE6EB"><font id="normal">
  722. The control panel has a new checkbox (Decoration | Button | Shift button text) allowing you to disable text shifting for <code>JButton</code>.
  723. </td></tr>
  724. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
  725. <td bgcolor="#DFE6EB"><font id="normal">
  726. Added an <code>Ant</code> buildfile to the source distribution (<code>build.xml</code>).
  727. </td></tr>
  728. </table>
  729. <br><hr>
  730. <a name="135"></a>
  731. <br>
  732. <b>V 1.3.5</b>&nbsp;&nbsp;<code>(2007-1-28)</code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  733. <br><br>
  734. <table border=0 cellpadding=4 cellspacing=2>
  735. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  736. <td bgcolor="#DFE6EB"><font id="normal">
  737. Bug introduced in 1.3.1 where <code>JProgressBar</code> was not set to opaque and therefore setting the track color had no effect.
  738. </td></tr>
  739. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  740. <td bgcolor="#DFE6EB"><font id="normal">
  741. The &quot;armed&quot; thing of <code>JCheckBox</code> and <code>JRadioButton</code> (click the component, then drag the mouse outside the component's bounds, then drag it back again...) - wonder why noone reported this as being a bug.
  742. </td></tr>
  743. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
  744. <td bgcolor="#DFE6EB"><font id="normal">
  745. <code>JSlider</code> now paints a focus indicator. Additionally the shape of the slider thumb now changes dependent on whether ticks are painted or not.
  746. </td></tr>
  747. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
  748. <td bgcolor="#DFE6EB"><font id="normal">
  749. <code>JTabbedPane</code> now paints a focus indicator.
  750. </td></tr>
  751. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
  752. <td bgcolor="#DFE6EB"><font id="normal">
  753. Added 'Help |Check for Updates...' menu.
  754. </td></tr>
  755. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  756. <td bgcolor="#DFE6EB"><font id="normal">
  757. Improved antialiasing of <code>JRadioButton</code> symbol.
  758. </td></tr>
  759. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  760. <td bgcolor="#DFE6EB"><font id="normal">
  761. <code>JTabbedPane</code>: The default tab font is now plain instead of bold.
  762. </td></tr>
  763. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  764. <td bgcolor="#DFE6EB"><font id="normal">
  765. Font size selectors now display font sizes up to 24 pt.
  766. </td></tr>
  767. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  768. <td bgcolor="#DFE6EB"><font id="normal">
  769. File format changed. Pre-1.3.5 themes can still be loaded, but saved themes are not compatible with TinyLaF versions prior to 1.3.5.
  770. </td></tr>
  771. </table>
  772. <br><hr>
  773. <a name="136"></a>
  774. <br>
  775. <b>V 1.3.6</b>&nbsp;&nbsp;<code>(2007-5-6)</code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  776. <br><br>
  777. <table border=0 cellpadding=4 cellspacing=2>
  778. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  779. <td bgcolor="#DFE6EB"><font id="normal">
  780. Problems with menu item mnemonics. If a menu contained at least on sub-menu, it could happen that mnemonics of menu items following the sub-menu were not recognized.
  781. </td></tr>
  782. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  783. <td bgcolor="#DFE6EB"><font id="normal">
  784. In <code>TinyProgressBarUI.installDefaults()</code> i did use a method new in Java 1.5, making TinyLaF non-Java-1.4-compliant. (Introduced in 1.3.5).
  785. </td></tr>
  786. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  787. <td bgcolor="#DFE6EB"><font id="normal">
  788. <code>JSpinner</code> now fires a <code>ChangeEvent</code> each time the user inputs a new value and presses <code>Return</code>.
  789. </td></tr>
  790. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
  791. <td bgcolor="#DFE6EB"><font id="normal">
  792. 'Alt' key closes opened menus and context menus (not only with Java 1.6 but also with Java 1.4 and 1.5).
  793. </td></tr>
  794. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
  795. <td bgcolor="#DFE6EB"><font id="normal">
  796. Implemented support for <a href="#sortable">sortable table data</a>. Three new properties control the appearance of sortable table headers: 'Header Rollover Background', 'Header Rollover Color' and 'Header Arrow Color' (see Decoration | Table).
  797. </td></tr>
  798. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  799. <td bgcolor="#DFE6EB"><font id="normal">
  800. Border of table headers in YQ style now look more like those in WinXP.
  801. </td></tr>
  802. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  803. <td bgcolor="#DFE6EB"><font id="normal">
  804. File format changed. Pre-1.3.6 themes can still be loaded, but saved themes are not compatible with TinyLaF versions prior to 1.3.6.
  805. </td></tr>
  806. </table>
  807. <br><hr>
  808. <a name="137"></a>
  809. <br>
  810. <b>V 1.3.7</b>&nbsp;&nbsp;<code>(2007-6-3)</code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  811. <br><br>
  812. <table border=0 cellpadding=4 cellspacing=2>
  813. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  814. <td bgcolor="#DFE6EB"><font id="normal">
  815. The &quot;armed&quot; thing of toolbar buttons (click the button, then drag the mouse outside the button's bounds, then drag it back again...) now works as expected.
  816. </td></tr>
  817. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  818. <td bgcolor="#DFE6EB"><font id="normal">
  819. <code>JComboBox</code>: Arrow buttons were included in focus traversal.
  820. </td></tr>
  821. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  822. <td bgcolor="#DFE6EB"><font id="normal">
  823. ControlPanel: Since v1.3.6 changing border colors of <code>JCheckBox</code> and <code>JRadioButton</code> seemed to have no effect.
  824. </td></tr>
  825. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  826. <td bgcolor="#DFE6EB"><font id="normal">
  827. ControlPanel: Tooltip texts of color fields (&quot;Main Color&quot;, &quot;Background Color&quot;, &quot;Disabled Color&quot; and &quot;Frame Color&quot;) were not updated as themes were switched.
  828. </td></tr>
  829. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
  830. <td bgcolor="#DFE6EB"><font id="normal">
  831. On Linux OS, the <code>&quot;FileChooser.readOnly&quot; UIManager</code> property will now be set to <code>true</code> (this disables editing of file names).
  832. </td></tr>
  833. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
  834. <td bgcolor="#DFE6EB"><font id="normal">
  835. <code>JFileChooser</code>: The details table now is sortable. Removed the file attributes column.
  836. </td></tr>
  837. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  838. <td bgcolor="#DFE6EB"><font id="normal">
  839. <code>JFileChooser</code>: The icon-only buttons now look and behave like toolbar buttons.
  840. </td></tr>
  841. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  842. <td bgcolor="#DFE6EB"><font id="normal">
  843. Toolbar buttons: The default margin has changed from <code>Insets(4, 4, 4, 4)</code> to <code>Insets(5, 5, 5, 5)</code>. Also border colors have changed.
  844. </td></tr>
  845. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  846. <td bgcolor="#DFE6EB"><font id="normal">
  847. <code>JProgressBar</code> border (<code>JProgressBar</code> is non-opaque again).
  848. </td></tr>
  849. </table>
  850. <br><hr>
  851. <a name="138"></a>
  852. <br>
  853. <b>V 1.3.8</b>&nbsp;&nbsp;<code>(2007-6-17)</code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  854. <br><br>
  855. <table border=0 cellpadding=4 cellspacing=2>
  856. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  857. <td bgcolor="#DFE6EB"><font id="normal">
  858. Editable <code>JComboBox</code>: Due to a change in Java 1.5, editable combo box was too high (24 pixels instead of 20 pixels).
  859. </td></tr>
  860. </table>
  861. <br><hr>
  862. <a name="140"></a>
  863. <br>
  864. <b>V 1.4.0</b>&nbsp;&nbsp;<code>(2009-8-25)</code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  865. <br><br>
  866. <table border=0 cellpadding=4 cellspacing=2>
  867. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  868. <td bgcolor="#DFE6EB"><font id="normal">
  869. The &quot;armed&quot; thing of window buttons (click the button, then drag the mouse outside the button's bounds, then drag it back again...) now works as expected.
  870. </td></tr>
  871. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  872. <td bgcolor="#DFE6EB"><font id="normal">
  873. <code>JSpinner</code> arrow buttons: Now spinner value will stop changing if the mouse is dragged out of the arrow button.
  874. </td></tr>
  875. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  876. <td bgcolor="#DFE6EB"><font id="normal">
  877. <code>JMenuBar</code>'s background color is now propagated to top menus.
  878. </td></tr>
  879. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  880. <td bgcolor="#DFE6EB"><font id="normal">
  881. <code>JToolBar</code>'s background color is now propagated to tool bar buttons.
  882. </td></tr>
  883. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  884. <td bgcolor="#DFE6EB"><font id="normal">
  885. <code>JFormattedTextField</code>: Actions specific for formatted text fields are now enabled.
  886. </td></tr>
  887. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  888. <td bgcolor="#DFE6EB"><font id="normal">
  889. <code>JButton</code>: With 'Paint Rollover Border' deselected, buttons didn't change background color on rollover.
  890. </td></tr>
  891. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  892. <td bgcolor="#DFE6EB"><font id="normal">
  893. <code>JButton</code>: If a button's <code>focusPainted</code> property was <code>false</code>, the 'Paint Focus Border' setting had no effect.
  894. </td></tr>
  895. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  896. <td bgcolor="#DFE6EB"><font id="normal">
  897. <code>JScrollBar</code>: If there wasn't enough space to display the thumb at its minimum size, scroll buttons were painted disabled.
  898. </td></tr>
  899. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  900. <td bgcolor="#DFE6EB"><font id="normal">
  901. Sometimes window cursor not restored to default cursor after resize.
  902. </td></tr>
  903. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  904. <td bgcolor="#DFE6EB"><font id="normal">
  905. Bug appearing with 1.6 JREs: Title panes of frames and dialogs not painted.
  906. </td></tr>
  907. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
  908. <td bgcolor="#DFE6EB"><font id="normal">
  909. <code>JPasswordField</code> didn't reflect its non-editable state.
  910. </td></tr>
  911. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
  912. <td bgcolor="#DFE6EB"><font id="normal">
  913. There now is a javadoc API documentation. It documents how to switch themes and how to implement sortable table models.
  914. </td></tr>
  915. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
  916. <td bgcolor="#DFE6EB"><font id="normal">
  917. Refactored the TinyLaF classes so it is possible to build the Tiny look and feel without the control panel.
  918. </td></tr>
  919. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
  920. <td bgcolor="#DFE6EB"><font id="normal">
  921. Introduced theme switching.
  922. </td></tr>
  923. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
  924. <td bgcolor="#DFE6EB"><font id="normal">
  925. ControlPanel: Implemented unlimited Undo/Redo. Added an online help. Implemented a magnifier.
  926. </td></tr>
  927. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
  928. <td bgcolor="#DFE6EB"><font id="normal">
  929. <code>JSplitPane</code>: One can now specify the color of the optional &quot;One-touch&quot; buttons.
  930. </td></tr>
  931. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
  932. <td bgcolor="#DFE6EB"><font id="normal">
  933. <code>JTabbedPane</code>: One can now specify border colors for disabled tabbed panes.
  934. </td></tr>
  935. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
  936. <td bgcolor="#DFE6EB"><font id="normal">
  937. <code>JList</code>: One can now specify the border color of focused items.
  938. </td></tr>
  939. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
  940. <td bgcolor="#DFE6EB"><font id="normal">
  941. <code>JTable</code>: One can now specify the border color of focused cells.
  942. </td></tr>
  943. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
  944. <td bgcolor="#DFE6EB"><font id="normal">
  945. <code>JTextField</code>: One can now specify the background color of non-editable text fields.
  946. </td></tr>
  947. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
  948. <td bgcolor="#DFE6EB"><font id="normal">
  949. <code>JToggleButton</code>: One can now specify the background color of selected toggle buttons (previously this was the background color of pressed JButton).
  950. </td></tr>
  951. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
  952. <td bgcolor="#DFE6EB"><font id="normal">
  953. <code>JCheckBox</code>es inside tables (renderer or editor) are now rendered <em>flat</em> (with line border and no background).
  954. </td></tr>
  955. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
  956. <td bgcolor="#DFE6EB"><font id="normal">
  957. Popup menus can now optionally have a shadow border (see 'Decoration | Menu | Popup Shadows').
  958. </td></tr>
  959. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
  960. <td bgcolor="#DFE6EB"><font id="normal">
  961. You can now adjust the size of scroll bars (between 14 and 64 px.). (Note: When enlarging scroll bars you should also reduce their 'Spread Light' value.)
  962. </td></tr>
  963. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
  964. <td bgcolor="#DFE6EB"><font id="normal">
  965. <code>JTable</code>: You can now specify an <em>alternate row color</em> (introduced with Java 1.6). For the TinyLaF default theme, the alternate row color is equal to the table background color, so it has no visual effect. Setting it for pre-1.6 JREs has no effect but does no harm.
  966. </td></tr>
  967. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  968. <td bgcolor="#DFE6EB"><font id="normal">
  969. Removed support for 99 Style. You will now see an error message when trying to load a 99 theme.
  970. </td></tr>
  971. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  972. <td bgcolor="#DFE6EB"><font id="normal">
  973. <code>JFileChooser</code>: Rewrote <code>TinyFileChooserUI</code> because it was using <code>sun.awt.shell.ShellFolder</code> class. Due to this change, the details table is now sortable only with 1.6.0 or higher JREs.
  974. </td></tr>
  975. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  976. <td bgcolor="#DFE6EB"><font id="normal">
  977. Created a new set of <code>JOptionPane</code> icons (information, question, warning, error).
  978. </td></tr>
  979. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  980. <td bgcolor="#DFE6EB"><font id="normal">
  981. <code>JMenu</code>: Reduced the horizontal distance between adjacent top menu items (so menus require less space).<br>
  982. </td></tr>
  983. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  984. <td bgcolor="#DFE6EB"><font id="normal">
  985. <code>JMenuItem</code>: Rewrote the code responsible for laying out and rendering menu items. <code>JCheckBoxMenuItem</code> and <code>JRadioButtonMenuItem</code> now can display an addtitional icon.
  986. </td></tr>
  987. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  988. <td bgcolor="#DFE6EB"><font id="normal">
  989. Menu navigation using the arrow keys, SPACE and RETURN now works very similar to navigation on MS Windows.
  990. </td></tr>
  991. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  992. <td bgcolor="#DFE6EB"><font id="normal">
  993. ControlPanel: Frames now are decorated by default.
  994. </td></tr>
  995. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  996. <td bgcolor="#DFE6EB"><font id="normal">
  997. Frames, dialogs and internal frames: Now titles are rendered antialiased and have a shadow.
  998. </td></tr>
  999. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  1000. <td bgcolor="#DFE6EB"><font id="normal">
  1001. Window buttons were improved and plain dialogs now show an icon and have a system menu.
  1002. </td></tr>
  1003. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  1004. <td bgcolor="#DFE6EB"><font id="normal">
  1005. Improved performance by caching the results of drawing <code>JButton</code>, window buttons, <code>JSpinner</code> arrow buttons, <code>JComboBox</code> arrow button and scroll bar thumb.
  1006. </td></tr>
  1007. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  1008. <td bgcolor="#DFE6EB"><font id="normal">
  1009. In previous releases, <code>JSpinner</code> border was textfield border, now it is <code>de.muntjak.tinylookandfeel.borders.TinySpinnerBorder</code>. Due to this change there is a new property: 'Decoration | Spinner | Border Color', controlling both the spinner border color and the spinner button border color.
  1010. </td></tr>
  1011. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  1012. <td bgcolor="#DFE6EB"><font id="normal">
  1013. <code>JSlider</code>: Rewrote the draw routine for disabled sliders.
  1014. </td></tr>
  1015. <tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
  1016. <td bgcolor="#DFE6EB"><font id="normal">
  1017. File format changed. Pre-1.4.0 themes can still be loaded, but saved themes are not compatible with TinyLaF versions prior to 1.4.0.
  1018. </td></tr>
  1019. </table>
  1020. <br><hr>
  1021. <a name="issues"><a>
  1022. <br>
  1023. <b>Known issues</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  1024. <br><br>
  1025. - A tabbed pane in <code>SCROLL_TAB_LAYOUT</code> mode doesn't respect client components' preferred sizes (4 pixels at
  1026. the bottom of the client area are cut). This is a bug in <code>BasicTabbedPaneUI.TabbedPaneScrollLayout</code>
  1027. (which is declared <code>private</code>) and fixing it would require too much effort on my side.
  1028. <br><hr>
  1029. <a name="thanks"><a>
  1030. <br>
  1031. <b>Thanks ...</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  1032. <br><br>
  1033. ... to everybody who helped me improve TinyLaF by sending bug reports and feature requests.
  1034. <br>
  1035. Have fun creating your own themes.
  1036. <br><br>
  1037. 27.8.2009 Hans Bickel
  1038. <br><hr>
  1039. <a name="contact"></a>
  1040. <br>
  1041. <b>Contact the author</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
  1042. <br><br>
  1043. To send bug reports, questions, suggestions, feedback please use the <a href="http://www.muntjak.de/hans/kontakt/contact.html">contact form</a> at <a href="http://www.muntjak.de/">www.muntjak.de</a>.
  1044. <br><hr>
  1045. </body>
  1046. </html>