JxCapture 1.2 Release Notes

Post date: Nov 02, 2010 2:36:34 PM

New Features:

    • Mac OS X 10.5 (Leopard) support

    • Added the showDesktop() method to the teamdev.jxdesktop.WindowManager class that allows showing desktop

    • Added the toFront() method to the teamdev.jxdesktop.ui.Window interface that allows setting specified window to front

    • Added the getIcon() method to the teamdev.jxdesktop.ui.Window interface that allows receiving window icon

    • Added functionality to the teamdev.jxdesktop.ui.Window interface that allows moving and resizing a window

    • Added teamdev.jxdesktop.Mouse class that allows listening all mouse events

    • Added teamdev.jxdesktop.Keyboard class that allows listening all keyboard events

Documentation:

    • Added the "Listening Mouse and Keyboard events" chapter in JxCapture Programmer's Guide

    • Added MouseListenerSample example

    • Added KeyboardListenerSample example

Fixes:

    • Fixed the issue when the Helper dialog box is not displayed during 'Region Screen Capture' operation (Mac OS X, JxCapture Demo)

    • Fixed the issues with hot-keys when JxCapture Viewer window is open (JxCapture Demo)

    • Fixed the issue with IncludeCursor option. Now it works for ActiveWindowCapture operation (Windows OS)

    • Fixed the issue with wrong cursor position on full screen rectangle capture (Windows OS)

    • Fixed the issue when JPG files are not displayed in the "Open File" dialog box (JxCapture Demo)

    • Fixed the issue when Cancel action isn't fired for ScreenObjectCapture operation

    • Fixed the issue when java.awt.event.MouseEvent cannot be cast to java.awt.event.MouseWheelEvent (Windows OS)

    • Fixed the issue when modificators are not recognized in keyboard events processing (Mac OS X)

    • Fixed the issue with black screen in Mac OS X when capturing a region (Mac OS X)

Demo:

    • New JxCapture Settings dialog box for Mac OS X platform

    • Improvements and fixes.