7月18日杭州 OSC 源创会正在报名,送机械键盘和开源无码内裤
JAXX 2.24 发布,此版本文档提供在: https://jaxx.nuiton.org
新特性
Parser only that is necessary in java files Issue: #3667 . Thanks to Tony Chemit. Resolved by tchemit.
Allow to use Diamond in java files Issue: #3668 . Thanks to Tony Chemit. Resolved by tchemit.
Be able to display zero in coordinate componant editors for null values Issue: #3677 . Thanks to Tony Chemit. Resolved by tchemit.
Authorize component by their type in BlockingLayerUI Issue: #3678 . Thanks to Tony Chemit. Resolved by tchemit.
手动安装下载: http://forge.nuiton.org/projects/jaxx/files
jaxx-widgets-extra-2.24-deps.zip - http://forge.nuiton.org/attachments/download/1179
jaxx-widgets-extra-2.24-full.zip - http://forge.nuiton.org/attachments/download/1180
Maven 库:
http://repo1.maven.org/maven2
Find us at
http://search.maven.org/#artifactdetails|org.nuiton|jaxx|2.24|jar
Have fun!-JAXX team
JAXX是一个开源的XML用户界面框架。JAXX通过XML文件来描述组件和它们的相互作用,然后把这些XML文件编译到普通的Java classes中。开发用户界面组件用JAXX将比用平常Java代码更快速而且更容易。它的特性包括:强大的脚本编辑、数据绑定、CSS stylesheet支持等其它高级功能。
例如下面这段代码将生成界面如下:
<Application title='Hello World'>
<JLabel text='Hello World'/>
</Application>