File: readme.html

package info (click to toggle)
tinylaf 1.3.8-2
  • links: PTS, VCS
  • area: contrib
  • in suites: lenny
  • size: 1,776 kB
  • ctags: 3,252
  • sloc: java: 28,485; xml: 31; sh: 11; makefile: 11
file content (823 lines) | stat: -rw-r--r-- 43,404 bytes parent folder | download
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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<title>TinyLaF ReadMe</title>
<style type="text/css">
p,body,#normal  {font-size:13px;
	line-height:17px;
	color:#001F66;
	font-family:Arial,Geneva,Verdana,Helvetica,sans-serif;}
b {color:#4F6390;}
H4 { color:#4A65A2; }
code {font-size:13px;
	line-height:17px;
	color:#001F66;
	font-family:Courier, monospaced;}
strong {color:#F3F4F6;}
body { margin-left:48px; margin-right:48px; margin-top:0px; margin-bottom:16px }
</style>
</head>

<body bgcolor="#F3F4F6">
<a name="top"></a>
<br>
<b>TinyLaF beta 1.3.8</b>&nbsp;&nbsp;<code>(2007-6-17)</code>
<br><br>
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>
<br><hr><br>

<b>Content</b>
<br><br>
<a href="#license">License</a><br>
<a href="#jre">Required JRE</a><br>
<a href="#build">Ant build file</a><br>
<a href="#control">Running the TinyLaF control panel</a><br>
<a href="#current">Making TinyLaF the current LookAndFeel</a><br>
<a href="#default">The default theme</a><br>
<a href="#decorated">Decorated frames and dialogs</a><br>
<a href="#bundle">How to bundle tinylaf.jar with your packed application</a><br>
<a href="#webstart">TinyLaF and Java Web Start</a><br>
<a href="#sortable">Sortable table data with TinyLaF</a><br>
<a href="#110">History</a>&nbsp;&nbsp;
&nbsp;&nbsp;<a href="#138">1.3.8</a>
&nbsp;&nbsp;<a href="#137">1.3.7</a>
&nbsp;&nbsp;<a href="#136">1.3.6</a>
&nbsp;&nbsp;<a href="#135">1.3.5</a>
&nbsp;&nbsp;<a href="#134">1.3.4</a>
&nbsp;&nbsp;<a href="#133">1.3.3</a>
&nbsp;&nbsp;<a href="#132">1.3.2</a>
&nbsp;&nbsp;<a href="#131">1.3.1</a>
&nbsp;&nbsp;<a href="#130">1.3.0</a>
&nbsp;&nbsp;<a href="#121">1.2.1</a>
&nbsp;&nbsp;<a href="#120">1.2.0</a>
&nbsp;&nbsp;<a href="#110">1.1.0</a><br>
<a href="#issues">Known issues</a><br>
<a href="#future">The future</a><br>
<a href="#thanks">Thanks ...</a><br>
<a href="#contact">Contact the author</a>
<br><hr>

<a name="license"></a>
<br>
<b>License</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
<br><br>
The source code of the TinyLaF look and feel is released under the LGPL (GNU Lesser General Public License), which you can view at <a href="http://www.gnu.org/copyleft/lesser.html">http://www.gnu.org/copyleft/lesser.html</a>. Please read the file <code>license.txt</code> for additional information.
<br><hr>

<a name="jre"></a>
<br>
<b>Required JRE</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
<br><br>
1.4.0 or later.
<br><hr>

<a name="build"></a>
<br>
<b>Ant build file</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
<br><br>
The source distribution contains an Ant buildfile (<code>build.xml</code>).
<br>
To build an executable <code>tinylaf.jar</code>, <code>cd</code> to the TinyLaF directory and execute:
<br><br>
<code>&gt; ant</code>
<br><br>
(the jar will contain no debug information)
<br><hr>

<a name="control"></a>
<br>
<b>Running the TinyLaF control panel</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
<br><br>
Using the control panel you can create and save your own themes.<br>
To start the control panel, either double-click <code>tinylaf.jar</code> (Windows only) or <code>cd</code> to the TinyLaF directory and execute:
<br><br>
<code>&gt; java -jar tinylaf.jar</code>
<br><hr>

<a name="current"></a>
<br>
<b>Making TinyLaF the current LookAndFeel</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
<br><br>
To make TinyLaF the current LAF of your application, include this line:
<br><br>
<code>UIManager.setLookAndFeel(&quot;de.muntjak.tinylookandfeel.TinyLookAndFeel&quot);</code>
<br><br>
at the beginning of your <code>main</code> method (you will have to catch any exceptions).
<br>
(Additional ways to define the LAF can be found in the Sun API docs: <code>api/javax/swing/UIManager.html</code>)
<br><hr>

<a name="default"></a>
<br>
<b>The default theme</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
<br><br>
TinyLaF looks for a default theme file named <code>'Default.theme'</code> (case-sensitive). If it finds one, this
file will be loaded at startup.
<br>
(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>).
<br><br>
TinyLaF will search the following URLs:
<br><br>
&nbsp;&nbsp;&nbsp;&nbsp;1) <code>TinyLookAndFeel.class.getResource("/Default.theme");</code><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- finds <code>'Default.theme'</code> if it is inside <code>tinylaf.jar</code><br>
&nbsp;&nbsp;&nbsp;&nbsp;2) <code>Thread.currentThread().getContextClassLoader().getResource("Default.theme");</code><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- finds <code>'Default.theme'</code> if it is inside the application's JAR<br>
&nbsp;&nbsp;&nbsp;&nbsp;3) <code>new File(System.getProperty("user.home"), "Default.theme").toURI().toURL();</code><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- finds <code>'Default.theme'</code> if it is inside the home directory<br>
&nbsp;&nbsp;&nbsp;&nbsp;4) <code>new File(System.getProperty("user.dir"), "Default.theme").toURI().toURL();</code><br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- finds <code>'Default.theme'</code> if it is inside the working directory
<br><br>
NOTE: The <code>de.muntjak.tinylookandfeel</code> classes have some <code>public static</code> methods and flags. Do not call any of those methods and do not change any of those flags.
<br><hr>

<a name="decorated"></a>
<br>
<b>Decorated frames and dialogs</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
<br><br>
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:
<br><br>
&nbsp;&nbsp;&nbsp;&nbsp;<code>JFrame.setDefaultLookAndFeelDecorated(true);	// to decorate frames</code><br>
&nbsp;&nbsp;&nbsp;&nbsp;<code>JDialog.setDefaultLookAndFeelDecorated(true);	// to decorate dialogs</code>
<br><br>
To eliminate flickering on resize (decorated frames only), include this code before you set the LAF:
<br><br>
&nbsp;&nbsp;&nbsp;&nbsp;<code>// continuous layout on frame resize</code><br>
&nbsp;&nbsp;&nbsp;&nbsp;<code>Toolkit.getDefaultToolkit().setDynamicLayout(true);</code><br>
&nbsp;&nbsp;&nbsp;&nbsp;<code>// no flickering on resize</code><br>
&nbsp;&nbsp;&nbsp;&nbsp;<code>System.setProperty("sun.awt.noerasebackground", "true");</code>
<br><hr>

<a name="bundle"></a>
<br>
<b>How to bundle tinylaf.jar with your packed application</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
<br><br>
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.
<br><br>
If you are new to manifest files:
<br><br>
The first line should specify the <em>manifest version</em> (until now there's only version 1.0):<br>
<code>Manifest-Version: 1.0</code>
<br><br>
The second line specifies the <em>main class</em> of your application, providing its fully-qualified class name:<br>
<code>Main-Class: package1.package2.YourMainClass</code>
<br><br>
The third line should read like this (<code>tinylaf.jar</code> resides in <code>lib</code> directory):<br>
<code>Class-Path: lib/tinylaf.jar</code>
<br><br>
The fourth (last) line MUST be a blank line.
<br><br>
When JARing your application, you say:<br>
<code>&gt; jar cmf nameOfManifestFile nameOfJar contentsOfJar ...</code>
<br><br>
What you get is an executable JAR which automatically finds <code>tinylaf.jar</code> if the directory layout is as follows:<br>
<code>&nbsp;&nbsp;.../applicationDirectory/nameOfJar.jar</code><br>
<code>&nbsp;&nbsp;.../applicationDirectory/lib/tinylaf.jar</code>
<br><hr>

<a name="webstart"></a>
<br>
<b>TinyLaF and Java Web Start</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
<br><br>
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>).
<br><br>
Because, in general, the <code>'Default.theme'</code> file will not be inside <code>tinylaf.jar</code> you may want
to give <code>tinylaf.jar</code> the attribute <code>download="lazy"</code> in your JNLP file (so the JAR including
the <code>'Default.theme'</code> file loads <em>before</em> <code>tinylaf.jar</code>).
<br><hr>

<a name="sortable"></a>
<br>
<b>Sortable table data with TinyLaF</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
<br><br>
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.
<br><br>
To make table data sortable, a <code>TableModel</code> must <code>implement de.muntjak.tinylookandfeel.table.SortableTableData</code>, here are the interface methods:
<br><br>
<table border=1 cellpadding=4 cellspacing=0>
<tr><td bgcolor="#FFFFFF"><font id="normal">
<PRE>boolean <B>isColumnSortable</B>(int&nbsp;column)</PRE>
<DL>
<DD>Returns <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.
<P>
<DL>
<DT><B>Parameters:</B></dt>
<DD><CODE>column</CODE> - a column index</dd>
<DT><B>Returns:</B></dt>
<DD><code>true</code> if the specified column is sortable, <code>false</code> otherwise</dd>
</DL>
</DL>
<HR>

<a name="supportsMultiColumnSort"></a>
<PRE>boolean <B>supportsMultiColumnSort</B>()</PRE>
<DL>
<DD>Returns <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.)
<p>
The TinyLaF user gestures concerning multi column sort are:
<ul>
<li><code>Ctrl-Click</code>: If clicked column was already sorted, change sorting direction, else add clicked column to sorted columns.
<li><code>Alt-Click</code>: If clicked column was already sorted, remove from sorted columns. Ignore if clicked column was not sorted.
<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.
</ul>
<P>
<DL>
<DT><B>Returns:</B></dt>
<DD><code>true</code> if the table model supports multiple sorted columns, <code>false</code> otherwise</dd>
</DL>
</DD>
</DL>
<HR>

<PRE>void <B>sortColumns</B>(int[]&nbsp;columns, int[]&nbsp;sortingDirections, javax.swing.JTable&nbsp;table)</PRE>
<DL>
<DD>Sorts 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.
<p>
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).
<P>
<DL>
<DT><B>Parameters:</B></dt>
<DD><CODE>columns</CODE> - array of column indices sorted by priority (highest priority first).</DD>
<DD><CODE>sortingDirections</CODE> - array containing the sorting direction for each sorted column. Values are either
<ul>
<li><code>SORT_ASCENDING</code> - sort column data in ascending order, or<li><code>SORT_DESCENDING</code> - sort column data in descending order
</ul>
</DD>
<DD><CODE>table</CODE> the table displaying the data. Might be useful, for example, to restore selected cells after sorting
</DD>
</DL>
</DD>
</DL>
</td></tr>
</table>
<br>
The source distribution contains two implementations of this interface:
<ul>
<li><code>de.muntjak.tinylookandfeel.controlpanel.TinyTableModel</code> (performing multi-column sort).
<li><code>de.muntjak.tinylookandfeel.TinyFileChooserUI$DetailsTableModel</code> (performing single-column sort).
</ul>
In class <code>de.muntjak.tinylookandfeel.TinyTableHeaderUI</code> there are two further methods related to sorting.
<br><br>
<table border=1 cellpadding=4 cellspacing=0>
<tr><td bgcolor="#FFFFFF"><font id="normal">
<PRE>void <B>sortColumns</B>(int[]&nbsp;columns, int[]&nbsp;sortingDirections, javax.swing.JTable&nbsp;table)</PRE>
<DL>
<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>
<P>
<DL>
<DT><B>Parameters:</B></dt>
<DD><CODE>columns</CODE> - array of column indices sorted by priority (highest priority first)</dd>
<DD><CODE>sortingDirections</CODE> - array containing the sorting direction for each sorted column. Values are either
<ul>
<li><code>de.muntjak.tinylookandfeel.table.SortableTableData.SORT_ASCENDING</code> or <li><code>de.muntjak.tinylookandfeel.table.SortableTableData.SORT_DESCENDING</code>
</ul>
</dd>
<DD><CODE>table</CODE> the table displaying the data</dd>
<DT><B>Throws:</B></dt>
<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
</DD>
</DL>
</DL>
<HR>

<PRE>void <B>setHorizontalAlignments</B>(int[]&nbsp;alignments)</PRE>
<DL>
<DD>Sets horizontal alignments of table header renderers where an index in the argument array corresponds to a column index.
<br>
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.
<P>
<DL>
<DT><B>Parameters:</B>
<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>
</DD>
</DL>
</DL>
</td></tr>
</table>
<br>
Each table header has its own instance of <code>de.muntjak.tinylookandfeel.TinyTableHeaderUI</code>. You can retrieve it with code like this:<br>
<code><pre>
JTable table = new JTable(new MySortableTableModel());
TableHeaderUI headerUI = table.getTableHeader().getUI();
if(headerUI instanceof TinyTableHeaderUI) {
    // do your thing ...
}
</pre></code>
<hr>

<a name="110"></a>
<br>
<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>
<br><br>
<table border=0 cellpadding=4 cellspacing=2>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
<code>JProgressBar.getFont()</code> returning <code>null</code>. Aditionally one can now set the font of <code>JProgressBar</code>.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
<code>JProgressBar</code> now displays strings even when in indeterminate mode.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Defining TinyLaF as the standard LAF in <code>swing.properties</code> threw exceptions (<code>PanelUI</code> not found).
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
<code>ButtonUI</code> now honours <code>isBorderPainted</code> and <code>isContentAreaFilled</code> properties.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Border of <code>JToolBar</code> now isn't painted if set to <code>null</code> or <code>isBorderPainted</code> resolves to <code>false</code>.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Border of <code>JTextField</code> and <code>JComboBox</code> now isn't painted if set to <code>null</code>.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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.
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Removed Popup Font.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Added ProgressBar Font together with two additional text colors in Decoration/ProgressBar.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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
</td></tr>
</table>
<br><hr>

<a name="120"></a>
<br>
<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>
<br><br>
<table border=0 cellpadding=4 cellspacing=2>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Icons for <code>JMenuItem</code>s were painted disabled when menu item was selected.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
The selection background and selection foreground for text components were both set to white.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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).
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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>.
</td></tr>
</table>
<br><hr>

<a name="121"></a>
<br>
<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>
<br><br>
<table border=0 cellpadding=4 cellspacing=2>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Bug in Launcher calling wrong LAF class.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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)
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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".
</td></tr>
</table>
<br><hr>

<a name="130"></a>
<br>
<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>
<br><br>
<table border=0 cellpadding=4 cellspacing=2>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Bug with scrollbar button arrows not changing direction when scrollbar orientation changes.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
<code>ArrayIndexOutOfBoundsException</code> thrown in <code>TinyTabbedPaneUI</code> when trying to remove a tab by manipulating the tab.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Sub-menus painting partially above children.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
<code>JTabbedPane</code> now honours tab background color set with <code>setBackgroundAt(int, Color)</code>.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Windows 98 style only: Arrowbuttons of <code>JSpinner</code> now draw themselves correctly.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Button margins were calculated without respect to the button border, so a margin of 0 made the button text obscure the border.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
<code>JToggleButton</code> displayed the default icon instead of the selected icon if model was both selected and rollover.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
<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.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
<code>JOptionPane.showInternalXXXDialog()</code> bringing up dialogs which painted no decorations at all.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
<code>JComboBox</code> now updates its display size as the model changes.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Usage in applets: the theme is now reloaded as the applet is reloaded.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Editable text fields in <code>ColorChooser</code> now work as expected.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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).
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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).
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
The thumb of a scrollbar now has a minimum height/width of 17 pixels.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
<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.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
The rollover border for <code>JSpinner</code> is now disabled by default.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
You can now define separate title bar fonts for (decorated) frames, internal frames and internal palettes.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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>
YQ-Buttons now shift their text if the button is pressed.<br>
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>
<code>JButton</code>, <code>JToggleButton</code>, <code>JCheckBox</code> and <code>JRadioButton</code> now support a focused border. You can disable this by deselecting 'Paint Focus Border'.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
<code>JProgressBar</code> now looks like a WinXP progress bar.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Added a <code>SeparatorUI</code> (see Decoration | Separator).
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Added a <code>PasswordFieldUI</code> (that just duplicates the settings from <code>JTextFieldUI</code>).
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Added the following UIs which support a default background color: <code>EditorPaneUI</code>, <code>TextPaneUI</code> and <code>DesktopPaneUI</code> (see Decoration | Miscellaneous).
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
<code>JSplitPane</code> now has a divider size of 7 pixels (instead of 6 as before), oneTouchButtons have become smaller.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
<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).
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
<code>JComboBox</code> now has its own background and foreground colors (see Decoration | ComboBox).
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Lists now support a background and a foreground color (see Decoration | List).
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Added support for floatable tool bars (see Decoration | ToolBar).
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
You can now set the colors of toolbar separators (see Decoration | ToolBar).
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
You can now set the colors of popup menu borders (see Decoration | Menu).
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Added borders for table and table headers (see Decoration | Table). The header border adds an inset of 1 pixel in each direction.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Added some colors for disabled tabbed panes (see Decoration | TabbedPane).<br>
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>
Tab insets and tab area insets now are editable.<br>
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).
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Text components now additionally support a caret color.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Now you can specify the border, background and foreground colors for disabled tool tips.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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>.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
The <code>JFileChooser</code> dialog is now opened at a larger size so you see more files at a time.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
File format changed. Pre-1.3-themes can still be loaded, but saved themes are not compatible with TinyLaF versions prior to 1.3.
</td></tr>
</table>
<br><hr>

<a name="131"></a>
<br>
<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>
<br><br>
<table border=0 cellpadding=4 cellspacing=2>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Fixed a memory leak introduced in 1.3.0.
</td></tr>
</table>
<br><hr>

<a name="132"></a>
<br>
<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>
<br><br>
<table border=0 cellpadding=4 cellspacing=2>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
The fix for reloading themes as an applet is reloaded didn't work in 1.3.0 and 1.3.1.
</td></tr>
</table>
<br><hr>

<a name="133"></a>
<br>
<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>
<br><br>
<table border=0 cellpadding=4 cellspacing=2>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Popup menu width was too wide when icons were displayed.
</td></tr>
</table>
<br><hr>

<a name="134"></a>
<br>
<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>
<br><br>
<table border=0 cellpadding=4 cellspacing=2>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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).
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
<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.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
The control panel has a new checkbox (Decoration | Button | Shift button text) allowing you to disable text shifting for <code>JButton</code>.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Added an <code>Ant</code> buildfile to the source distribution (<code>build.xml</code>).
</td></tr>
</table>
<br><hr>

<a name="135"></a>
<br>
<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>
<br><br>
<table border=0 cellpadding=4 cellspacing=2>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Bug introduced in 1.3.1 where <code>JProgressBar</code> was not set to opaque and therefore setting the track color had no effect.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
<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.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
<code>JTabbedPane</code> now paints a focus indicator.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Added 'Help |Check for Updates...' menu.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Improved antialiasing of <code>JRadioButton</code> symbol.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
<code>JTabbedPane</code>: The default tab font is now plain instead of bold.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Font size selectors now display font sizes up to 24 pt.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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.
</td></tr>
</table>
<br><hr>

<a name="136"></a>
<br>
<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>
<br><br>
<table border=0 cellpadding=4 cellspacing=2>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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).
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
<code>JSpinner</code> now fires a <code>ChangeEvent</code> each time the user inputs a new value and presses <code>Return</code>.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
'Alt' key closes opened menus and context menus (not only with Java 1.6 but also with Java 1.4 and 1.5).
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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).
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Border of table headers in YQ style now look more like those in WinXP.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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.
</td></tr>
</table>
<br><hr>

<a name="137"></a>
<br>
<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>
<br><br>
<table border=0 cellpadding=4 cellspacing=2>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
<code>JComboBox</code>: Arrow buttons were included in focus traversal.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
ControlPanel: Since v1.3.6 changing border colors of <code>JCheckBox</code> and <code>JRadioButton</code> seemed to have no effect.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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).
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>New</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
<code>JFileChooser</code>: The details table now is sortable. Removed the file attributes column. 
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
<code>JFileChooser</code>: The icon-only buttons now look and behave like toolbar buttons.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
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.
</td></tr>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Changed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
<code>JProgressBar</code> border (<code>JProgressBar</code> is non-opaque again).
</td></tr>
</table>
<br><hr>

<a name="138"></a>
<br>
<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>
<br><br>
<table border=0 cellpadding=4 cellspacing=2>
<tr><td bgcolor="#DFE6EB"><font id="normal"><b>Fixed</b></td>
<td bgcolor="#DFE6EB"><font id="normal">
Editable <code>JComboBox</code>: Due to a change in Java 1.5, editable combo box was too high (24 pixels instead of 20 pixels).
</td></tr>
</table>
<br><hr>

<a name="issues"><a>
<br>
<b>Known issues</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
<br><br>
A tabbed pane in <code>SCROLL_TAB_LAYOUT</code> mode doesn't respect client components' preferred sizes (4 pixels at
the bottom of the client area are cut). This is a bug in <code>BasicTabbedPaneUI.TabbedPaneScrollLayout</code>
(which is declared <code>private</code>) and fixing it would require too much effort on my side.
<br><hr>

<a name="future"><a>
<br>
<b>The future</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
<br><br>
Note: In the next major release the 99 style will have been disappeared.
<br><br>
My ideas for the future are:<br>
Create a TinyLaF runtime version without the control panel.<br>
Add undo/redo capabilities to the control panel.<br>
Further optimize painting code (but don't expect too much).
<br><hr>

<a name="thanks"><a>
<br>
<b>Thanks ...</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
<br><br>
... to everybody who helped me improve TinyLaF by sending bug reports and feature requests.
<br>
Have fun creating your own themes.
<br><br>
17.6.2007   Hans Bickel
<br><hr>

<a name="contact"></a>
<br>
<b>Contact the author</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#top">Top of page</a>
<br><br>
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>.
<br><hr>
</body>
</html>