|
|
What's New in WinPack
New Features:
- Added the ability to get a collection of all icons from an icon (.ICO) file.
- Added the ability to create
com.jniwrapper.win32.shell.SHFileInfo instances for virtual folders and retrieve information from virtual folders.
- Added a wrapper for the WaitForSingleObject() API function to the
Handle class.
Improvements:
- Microsoft Windows Vista support.
- Improved performance of conversion Windows Bitmap objects to
java.awt.image.BufferedImage Java images.
- Improvements in the WinPack Demo application.
Fixes:
- Fixed the exception handling mechanism in the
MessageLoopThread during invocation of asynchronous actions; this fix should prevent corruption of a message loop thread by unhandled runtime errors. As the result, this fix solves the issue with multiple "Invalid thread identifier" log messages.
- Fixed NoSuchFunctionException on the messageBeep() method call of the
Beeper class.
- Fixed incorrect information provided by
IEProxySettings when different proxy servers are used in Internet Explorer.
- Fixed the fillRectangle() method of the
DC class.
- Fixed the problem in Mouse Hook which could produce sporadic mouse events, though there was no mouse activity.
- Fixed the exception when MAPI message text exceeds 256 characters.
- Fixed BufferUnderflowException in the IEProxyConfig.getProxyBypass() method.
|