AsWing 1.2 released[renew]!
iiley November 11th, 2007
Glad to release this version, this is not new big features added in this version, but also some useful component such as org.aswing.ext.Folder and some serious bug fix(ResizeController memory leak).
You can download it from here now. (Sorry there’s a mistake in the downloads, cause a little bug of TabbedPane, i’v uploaded the fixed package now, please redownload it if you’d download it before 2007 November 13 AM 10:12)
Here’s the detailed change log:
____________________________________________________________________
additions:
added rowHeight ui default for JTree
added defaultMaxChars class properties for JTextField and JTextArea
added FlowWrapLayout
added a ui defaults property ScrollBar.barWidth to make JScrollBar size configurable.
added some help method for GuiBuilder.
added org.aswing.ext.Folder
added updateAllComponentUIInMemory function to AsWingUtils
added getSelectionRow method to JTree
added indeterminateDelay property to JProgressBar
bugfixes:
fixed JTextComponent setForeground bug
fixed JTextComponent setFont null-ponter bug
fixed JColorSwatcher black color bug
fixed KeyboardManager bug for uppercase char input
fixed isProgrammic bug for List selection events.
fixed fixed splite pane null and divider removed by removeAll bug
fixed fonts of JLabel, Buttons, Menus lost update when changed UI
fixed jframe setClose setResiable buttons not updated bug
fixed jframe will out of stage if iconified at left most
fixed important bug-memory leak of JFrame and ResizerController
fixed combobox Act event always fired twice a time bug
fixed JList setSelectedInterval(-1) to clear selection bug
____________________________________________________________________
The final 1.0 version GuiBuilder will be release in next two days after our new Skin Orange LookAndFeel is done.
Here’s a screenshot of the design of Orange LookAndFeel(art works designed by Raku):
![]()
It is a full version for all component skin, coming soon.
- A3 , Announcement
- Comments(4)
Swing has done many things wrong, and it’s wise to know how to avoid them in AsWing.
Check this out - “Why don’t you ship Swing Apps”, two years later. (http://weblogs.java.net/blog/joshy/archive/2007/11/why_dont_you_sh_1.html)
If you have time, check out Swing Application Framework (https://appframework.dev.java.net/), it helps to build better Swing Apps.
Also, Swing applications are hard to test and maintain. If AsWing has better support on testing, I would be keen to port my Swing app to AsWing. Just curious, can that be done easily, given your Swing-like API?
AsWing is easy to test and maintain, you can just test AsWing app like normal Flash/Flex app, nothing special.
You can see the api here : http://doc.aswing.org/a3/
Is there forums or boards, or a mailing list for users using AsWing?
Subscribe to our Mailing List : https://lists.sourceforge.net/lists/listinfo/aswing-users to discuss.
:)