快速业务通道

深入学习JavaFX脚本语言(面向Swing程序员) ---(下) - 编程入门网

作者 佚名技术 来源 NET编程 浏览 发布时间 2012-06-17
           ["This is an editable TextPane, another styled text component, which supports embedded icons...n",                 Image {url: "http://java.sun.com/docs/books/tutorial/uiswing/components/example-swing/images/Pig.gif"},                 "n...and embedded components...n",                 Button {                   contentAreaFilled: false                   icon: Image {url: "http://java.sun.com/docs/books/tutorial/uiswing/components/example-swing/images/sound.gif"}                 },                 "nTextPane is a subclass of EditorPane that uses a StyledEdito***t and StyledDocument,n and provides cover methods for interacting with those objects."]              }             }]          }         }]       }     }

侮秘僥楼JavaFX重云囂冱(中?Swing殻會埀) ---(和)(9)

扮寂:2011-04-19 cleverpig

Spinners?裏距陣崙匂?才Sliders?錆強訳?

JavaFX Spinner才Slider窃嚥Swing怏周岻寂斤哘購狼泌和?

JavaFX何周 Swing怏周
Spinner JSpinner

斑厘断宥狛秀羨匯倖婢幣父箆才鯖箆岻寂算麻購狼議、酒汽議哘喘栖處幣泌採聞喘万断杏?

深入学习JavaFX脚本语言(面向Swing程序员) ---(下) - 编程入门网

class Temp {       attribute celsius: Number;       attribute farenheit: Number;       attribute showCelsius: Boolean;       attribute showFarenheit: Boolean;     }     trigger on Temp.celsius = value {       farenheit = (9/5 * celsius + 32);     }     trigger on Temp.farenheit = value {       celsius = ((farenheit - 32) * 5/9);     }     Frame {       var temp = Temp {         farenheit: 32         showFarenheit: true         showCelsius: true       }       height: 300       width: 400       title: "Temperature"       content: Box {         orientation: VERTICAL         content:         [FlowPanel {           content:           [CheckBox {             text: "Show Celsius"             selected: bind temp.showCelsius           },           RigidArea {             width: 20           },           CheckBox {             text: "Show Farenheit"             selected: bind temp.showFarenheit           }]         },         Slider {           visible: bind temp.showCelsius           min: -100           max: 100           border: TitledBorder {title: "Celsius"}           value: bind temp.celsius           minorTickSpacing: 5           majorTickSpacing: 10           paintTicks: true       

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号