创建一种声明性XML UI语言 - 用Java语言构建一个UI和配套框架 - 编程入门网
作者 佚名技术
来源 NET编程
浏览
发布时间 2012-06-20
3" width="1" height="1" id="button_1" label="Home" enabled="true" orientation="horizontal"></xui:Button> <xui:Button x="0" y="7" width="1" height="1" id="button_2" label="Forward" enabled="true" orientation="horizontal"></xui:Button> </xui:Panel> <!-- For opening files. Only want to see html files --> <xui:OpenFileDialog x="10" y="10" width="400" height="300" id="filedialog_0" idref="window_0" visible="false"> <xui:Filter>html</xui:Filter> <xui:Filter>htm</xui:Filter> </xui:OpenFileDialog> <!-- For saving files. Only want to save html files --> <xui:SaveFileDialog x="10" y="10" width="400" height="300" id="savedialog_0" idref="window_0" visible="false"> <xui:Filter>html</xui:Filter> <xui:Filter>htm</xui:Filter> </xui:SaveFileDialog> <!-- Ask the user if they really want to quit --> <xui:CustomDialog x="200" y="200" width="320" height="160" id="customdialog_1" idref="window_0" name="Exit Purnama Browser" modal="true" visible="false"> <xui:GridLayout width="1" height="1"></xui:GridLayout> <xui:Panel x="0" y="0" width="1" height="1" id="panel_2" name="Quit Panel" idref="customdialog_0"> <xui:GridLayout width="5" height="4"></xui:GridLayout> <xui:Label id="label_0" x="1" y="1" width="3" height="1" justified="center" text="Do you really want to exit?"></xui:Label> <xui:Button x="2" y="1" width="1" height="1" id="button_3"label="Yes" enabled="true" orientation="horizontal"></xui:Button> <xui:Button x="2" y="3" width="1" height="1" id="button_4" label="No" enabled="true" orientation="horizontal"></xui:Button> </xui:Panel> </xui:CustomDialog> <!-- For displaying the bookmarks --> <xui:CustomDialog x="100" y="100" width="300" height="300" id="customdi |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
关于创建一种声明性XML UI语言 - 用Java语言构建一个UI和配套框架 - 编程入门网的所有评论