Griffon 团队今天发布了 Griffon 0.9.5-rc1,Griffon 是Swing开发者的一个Groovy框架。Griffon期望提供一个稳定代码结构给Swing应用,就像Grails给web开发带来的优势一样。同 时,Griffon也可能提供一个替代应用框架,替代Spring RCP,Eclipse RCP和NetBeans平台。

成都创新互联公司主营广东网站建设的网络公司,主营网站建设方案,成都app开发,广东h5微信小程序开发搭建,广东网站营销推广欢迎广东等地区企业咨询
该版本修复的 bug 列表请看:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11833&version=17352
完整的发行说明:here.
示例代码:
- application(title:'DemoConsole', pack:true, locationByPlatform:true) {
 - panel(border:emptyBorder(6)) {
 - borderLayout()
 - scrollPane(constraints:CENTER) {
 - textArea(text:bind(target:model, targetProperty:'scriptSource'),
 - enabled: bind {model.enabled},
 - columns:40, rows:10)
 - }
 - hbox(constraints:SOUTH) {
 - button("Execute", actionPerformed:controller.&executeScript,
 - enabled: bind {model.enabled})
 - hstrut(5)
 - label("Result:")
 - hstrut(5)
 - label(text:bind {model.scriptResult})
 - }
 - }
 - }
 
下载地址:download page
Copyright © 2009-2022 www.fjjierui.cn 青羊区广皓图文设计工作室(个体工商户)达州站 版权所有 蜀ICP备19037934号