Java的GUI布局管理器 Table2GridBag

码农软件 · 软件分类 · GUI开发框架 · 2019-08-09 19:41:49

软件介绍

Table2gridbag 是一个使用类似HTML 表格的方式来创建用于配置布局管理器的Java代码。

示例代码:

public static void main(String[] args]) {
HashMap<String, JComponent> hm = new HashMap<String, JComponent>);

hm.put("okButton", new JButton("OK"));
hm.put("cancelButton, new JButton("Cancel"));

ConfigurablePanel panel = new ConfigurablePanel(new File(args[0]), hm);

JFrame f = new JFrame();
f.add(panel);
f.pack();
f.setVisible(true);
}

本文地址:https://codercto.com/soft/d/12011.html

TED Talks Storytelling: 23 Storytelling Techniques from the Best

TED Talks Storytelling: 23 Storytelling Techniques from the Best

Akash Karia / CreateSpace Independent Publishing Platform / 2015-1-11 / USD 6.99

"Every speaker can put these ideas into practice immediately -- and they should!" ~ Dr. Richard C. Harris, Certified World Class Speaking Coach "An insightful read" ~Dennis Waller, Top 500 Revie......一起来看看 《TED Talks Storytelling: 23 Storytelling Techniques from the Best》 这本书的介绍吧!

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具