JAXX 2.9.1 发布,此版本现已提供在:http://repo1.maven.org/maven2
http://search.maven.org/#artifactdetails|org.nuiton|jaxx|2.9.1|jar
同时也发布了 2.9 版本,更新内容如下:
新特性:
改进通配符 API 问题: #3366
bug 修复:
[BeanDoubleList] Add button is active even if the universe list is not empty Issue: #3290. Thanks to Ludovic Pecquot.
[BeanDoubleList] Doubleclick on selected list raise IOOB exception Issue: #3291. Thanks to Ludovic Pecquot.
method org.nuiton.jaxx.application.ApplicationIOUtil#readContent only return first line of file Issue: #3389.
改进:
Updates nuiton-csv to 3.0-rc-4 Issue: #3414. Thanks to Tony Chemit. Resolved by tchemit.
Migrate to Git Issue: #3334. Thanks to Tony Chemit. Resolved by tchemit.
Updates to nuitonpom and use new site layout Issue: #3335. Thanks to Tony Chemit. Resolved by tchemit.
Updates eugene to 2.13 Issue: #3417. Thanks to Tony Chemit. Resolved by tchemit.
Use new Version object from nuiton-utils Issue: #3378. Thanks to Tony Chemit. Resolved by tchemit.
Updates nuiton-validator to 3.0-rc-2 Issue: #3413. Thanks to Tony Chemit. Resolved by tchemit.
Updates i18n to 3.3 Issue: #3381. Thanks to Tony Chemit. Resolved by tchemit.
Updates nuiton-config to 3.0-alpha-4 Issue: #3382. Thanks to Tony Chemit. Resolved by tchemit.
Updates nuiton-utils to 3.0-rc-5 Issue: #3383. Thanks to Tony Chemit. Resolved by tchemit.
下载http://repo1.maven.org/maven2
http://search.maven.org/#artifactdetails|org.nuiton|jaxx|2.9|jar
JAXX是一个开源的XML用户界面框架。JAXX通过XML文件来描述组件和它们的相互作用,然后把这些XML文件编译到普通的Java classes中。开发用户界面组件用JAXX将比用平常Java代码更快速而且更容易。它的特性包括:强大的脚本编辑、数据绑定、CSS stylesheet支持等其它高级功能。
例如下面这段代码将生成界面如下:
<Application title='Hello World'> <JLabel text='Hello World'/></Application>
评论删除后,数据将无法恢复
JAXX 2.9/2.9.1 发布,XML 用户界面框架
JAXX 2.9.1 发布,此版本现已提供在:http://repo1.maven.org/maven2
http://search.maven.org/#artifactdetails|org.nuiton|jaxx|2.9.1|jar
同时也发布了 2.9 版本,更新内容如下:
新特性:
改进通配符 API 问题: #3366
bug 修复:
[BeanDoubleList] Add button is active even if the universe list is not empty Issue: #3290. Thanks to Ludovic Pecquot.
[BeanDoubleList] Doubleclick on selected list raise IOOB exception Issue: #3291. Thanks to Ludovic Pecquot.
method org.nuiton.jaxx.application.ApplicationIOUtil#readContent only return first line of file Issue: #3389.
改进:
Updates nuiton-csv to 3.0-rc-4 Issue: #3414. Thanks to Tony Chemit. Resolved by tchemit.
Migrate to Git Issue: #3334. Thanks to Tony Chemit. Resolved by tchemit.
Updates to nuitonpom and use new site layout Issue: #3335. Thanks to Tony Chemit. Resolved by tchemit.
Updates eugene to 2.13 Issue: #3417. Thanks to Tony Chemit. Resolved by tchemit.
Use new Version object from nuiton-utils Issue: #3378. Thanks to Tony Chemit. Resolved by tchemit.
Updates nuiton-validator to 3.0-rc-2 Issue: #3413. Thanks to Tony Chemit. Resolved by tchemit.
Updates i18n to 3.3 Issue: #3381. Thanks to Tony Chemit. Resolved by tchemit.
Updates nuiton-config to 3.0-alpha-4 Issue: #3382. Thanks to Tony Chemit. Resolved by tchemit.
Updates nuiton-utils to 3.0-rc-5 Issue: #3383. Thanks to Tony Chemit. Resolved by tchemit.
下载
http://repo1.maven.org/maven2
http://search.maven.org/#artifactdetails|org.nuiton|jaxx|2.9|jar
JAXX是一个开源的XML用户界面框架。JAXX通过XML文件来描述组件和它们的相互作用,然后把这些XML文件编译到普通的Java classes中。开发用户界面组件用JAXX将比用平常Java代码更快速而且更容易。它的特性包括:强大的脚本编辑、数据绑定、CSS stylesheet支持等其它高级功能。
例如下面这段代码将生成界面如下:
<Application title='Hello World'>
<JLabel text='Hello World'/>
</Application>