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

The Big Red Fez

The Big Red Fez

Seth Godin / Free Press / 2002-01-15 / USD 11.00

YOUR WEB SITE IS COSTING YOU MONEY. IT'S ALSO FILLED WITH SIMPLE MISTAKES THAT TURN OFF VISITORS BEFORE THEY HAVE A CHANCE TO BECOME CUSTOMERS. According to marketing guru Seth Godin, a web s......一起来看看 《The Big Red Fez》 这本书的介绍吧!

在线进制转换器
在线进制转换器

各进制数互转换器

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试