AsWing A3 1.1 Released!
iiley August 23rd, 2007
This is not a big update from 1.0, no big feature added, just a little upgrade. But some smart new features maybe important for some people, such as CursorManager#setCursor(), AsWingManager#setPreventNullFocus() , RepaintManager#setAlwaysUseTimer(), new initalization method AsWingManager#initAsStandard() is very useful too. And another thing is some headack bugs are fixed, such as contextMenu can’t shown in a JPopup.
Download it here: http://code.google.com/p/aswing/downloads/list
Here’s the change Logs:
___________________AsWing A3 1.1 change log________________
fixed focusRect bug of AIR
fixed contextMenu bug of JPopup(not shown bug)
fixed JFrame background image bug of SkinBuilderLAF(two top corners out bounds)
fixed JViewport view location bug when resized
fixed color chooser model bug when no color selected more than once
fixed color JColorSwatcher bug when dispose it
fixed JPopup memory leak bug
fixed JWindow active transfer bug
fixed JLoadPane set asset before old asset loaded bug.
add JMenu mouseOver state image for SkinBuilderLAF
make JComboBox drop down list item render mouseOver state
added setCursor method to CursorManager
added setAlwaysUseTimer method to make AsWing Components can works with Flex components
added margin param to FlowLayout
added setActivable method to JWindow to make it can judge whether or not become active when show or user interactive.
added revalidate call to JPopup.pack() to make sure the call will always make effect if preferred size has changed.
added dragAcceptableInitiatorAppraiser property to Component to make complex drop trigger appraise
