COMMON
------

Version      : 0.9.1
Log Revision : 21



CHANGE LOG
----------

Version 0.9.1 - r21
- ImageUtil, add getImage(...) and getIcon(...) methods
- UIInit, GLOBAL.COMPONENT_TRANSFER_FOCUS_ADVANCED property default value now is false
- UIInit add NON.COMPONENT_TRANSFER_FOCUS_ADVANCED

Version 0.9.1 - r20
- Info.showErrorDetail(...) -> throwable parameter is moved from the end of the parameters to before error message
- StringUtil remove replaceFormat(...) method, because it's almost equals to java.text.MessageFormat
- UIUtil, splitted its initComponent method to UIInit
- Utility, add sleep() method for Thread.sleep without the need to catch exception
- InsetsIcon / ShadowedIcon, add get/setIcon(), get/setInsets() method
- TextUndoRedo, add removeUndoRedo() method
- Add UIInit class, splitted from UIUtil.initComponent method -> component initialization now is in its own class
- Add PopupListener class to support adding popup for every component (workaround for pre Java 1.5)
- Add TreeOverlayTooltip class to support adding tooltip for half cut text in JTree
- Add ComponentInitialization interface, used by UIInit to make the implementation of component initialization
- Remove class EventUI, the ComponentInitializationEvent is now directly extends java.util.EventObject
