relateRss
author: pubDate:Sun, 21 Dec 2008 13:42:57 +0000
Well, this is not a big version, with no big new features. The changelog:
fixed DefaultComboBoxEditor a action event fire bug when list selection changed.
fixed CellPane invalidateTree bug(it make JList/JTree/JTable continually validating can’t stop)
fixed JTabbedPane and JClosableTabbedPane tab scroll bug
fixed a mask bounds bug of component when small than min size
fixed a JPopupMenu bug when shown [...]
author: pubDate:Thu, 18 Dec 2008 02:34:20 +0000
for 2.0 we planned these:
1. Better look for default LookAndFeel, better configurability for single component style.
2. Add DateChooser component.
3. Add NumericStepper component, yes, sometimes NumericStepper is better than JAdjuster.
4. A powerful text component based on the new text engine for flash player 10.
5. JAdvancedTable component.
Version 1.5 is a bugfix version from 1.4, with no new [...]
author: pubDate:Sat, 08 Nov 2008 06:44:37 +0000
As days before i posted about AsWing Flash Player 10 compatibility, i saw that the new FP class Vector is not top class yet in Flex SDK 4, but today, fudo posted a issue at aswing forum, i notice that in Flash CS4, it is already a top class.
So i did the renaming, the new [...]
author: pubDate:Thu, 06 Nov 2008 17:38:11 +0000
Some guys asked me about this question for times, i thought i should make a post here since you want to know this too.:)
Well, all the Popups in AsWing, including JPopup and all its sub classes such as JWindow JFrame, has their owner — the first param of their constructor, for example new JFrame(owner, …), [...]
author: pubDate:Wed, 05 Nov 2008 14:43:43 +0000
Although we have JAdjuster component for AsWing, but sometimes people ask us for NumericStepper, most time, we tell them just use JAdjuster, we know it’s different, but most time they are replacable.
Well, if you do want a NumericStepper component, it’s easy to create by your self, just combine with JTextField+2Button, with a BoundedRangeModel, a basic [...]
author: pubDate:Mon, 03 Nov 2008 15:18:38 +0000
Some days ago, Stef and Oliver told about the flash player 10 new class Vector conflict with AsWing’s org.aswing.util.Vector, seems we need to rename AsWing one to another name. Some like ASVector(since we have ASFont, ASColor etc.) or just ArrayList.
But today i finally got a chance to try Flex4 SDK, i compiled a SWF with [...]
author: pubDate:Sat, 25 Oct 2008 05:11:54 +0000
based on SkinBuilderLAF
1 ChromeLAF
You can get the source from the svn http://svn.aswing.org/aswing/trunk/ChromeLAF/ Some screenshot here:
2 BlueLAF
You can get the source from the svn http://svn.aswing.org/aswing/trunk/BlueLAF/ Some screenshot here:
author: pubDate:Fri, 26 Sep 2008 01:50:06 +0000
zppsky has contributed PPZhaoLAF yesterday, it is a very beautiful Skin based on SkinBuilderLAF.
Some screenshot here:
You can download it from here now(Included source and swc files):
Thanks zppsky very much for sharing his product.