Camickr's UI Defaults
Credits
This is my way of saying thanks to all the developers out there like camickr and Dr. Jamf who freely give their source code away in
the hopes that it will help somebody. Well...it does! This is also a great way to show the power of open-source development. By taking
camickr's ShowUIDefaults code; Dr.Jamf's Listing class code; Thomas Kellerer's RowHeightResizer code; and my
com.woven_media.gui.menu code, it was possible to develop a useful tool rapidly! Ironically, including Dr.Jamf's
IconAdapter and BorderAdapter classes increased the functionality of camickr's UI Defaults code.
Conversely, the ShowUIDefaults application adds functionality to Dr.Jamf's lister by inheriting the looks and feels of camickr's lister.
This software is offered under that terms of the GNU Public License and you may do whatever you wish with it, but I take no liability in any damages or crises arising from its use. I welcome all comments, criticisms, suggestions or ideas. I do not propose to be a master developer. I have a lot to learn. Hopefully, we can learn together by the continuous free sharing of information and knowledge!
Contributors
The upgraded version of Camickr's was made possible by the generous contributions
of source code examples posted to the
Sun Java Developer's Forum.
I have only been able to obtain forum user names and have surmised the names of two of the contributors (Thomas Kellerer and Dr.
Lazlo Jamf) by their forum user names (thomas.kellerer and DrLazloJamf.) Below you will find links to
the original source code posts made by the aforementioned.
ShowUIDefaults JavaTM class example by camickr.
Listing JavaTM class example by DrLazloJamf.
RowHeightResizer JavaTM class example by thomas.kellerer.