nigelht / macwidgets

Collection of Mac style widgets written in Java (by Ken Orr)
http://nigelht.github.io/macwidgets
3 stars 0 forks source link

Unable to change SourceList item font #159

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The fonts for the sourcelist tree items can not be changed. While this is 
pretty much a valid 
assumption on Aqua / MacOS X, the developer might still want to change this 
when running on 
other platforms.

Currently the only way is to set the "Label.font" default value. Still, the 
size is hardcoded inside 
SourceListTreeUI.

Original issue reported on code.google.com by dlemmermann@gmail.com on 15 Mar 2010 at 10:37

GoogleCodeExporter commented 9 years ago
I added getters and setters for the three fonts used by SourceListUI (item, 
selected item, category).

Original comment by dlemmermann@gmail.com on 16 Mar 2010 at 4:52