gpt4 book ai didi

Java:使用 XML 创建 GUI?

转载 作者:太空狗 更新时间:2023-10-29 22:46:46 24 4
gpt4 key购买 nike

我正在寻找最流行的框架来创建带有 xml 定义的 java gui。我更喜欢 Swing!

需要您的意见,谢谢!

最佳答案

我在 ANTForm 方面有很好的经验: http://antforms.sourceforge.net/ .

它从 XML 生成 Java Swing 面板。我用它构建了执行 ANT 目标的简单 GUI 应用程序。

XML 声明示例:

<antform title="Send Mail" 
save="properties.txt"
image="doc/images/testlogo.jpg">
<label>To send a mail, use the following form. Pick a recipient,
type a subject and a body...the script will do the rest.</label>
<selectionProperty label="Recipient: "
property="recipient"
values="address1@somewhere.com; address2@somewhere.com; address4@somewhere.com"
separator=";"/>
<textProperty label="Subject : " property="subject" />
<multilineTextProperty label="Message body: "
property="body"/>
<booleanProperty label="Send immediately: " property="send"/>
</antform>

它产生的例子:

enter image description here

关于Java:使用 XML 创建 GUI?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5213838/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com