- 授权协议: Apache
- 开发语言: Java ActionScript
- 操作系统: 跨平台
- 软件首页: http://emitrom.com/flex4j
软件介绍
Flash4j 可以让你用 Java 语言来编写 Flash 应用,提供数以百种的 UI 控件。你可把它当成是 Adobe Flex 的 Java 语言封装。
示例代码:
Button button =
new
Button(
"Click me"
);
button.addEventHandler(MouseEvent.CLICK,
new
EventHandler() {
@Override
public
void
onEvent(Event event) {
Alert.show(
"Hello, Flex"
,
"Greetings"
);
}
});
// center the button
button.setCentered();
Learning jQuery
Jonathan Chaffer、Karl Swedberg / Packt Publishing / 2007-7-7 / GBP 24.99
jQuery is a powerful JavaScript library that can enhance your websites regardless of your background. In this book, creators of the popular jQuery learning resource, learningquery.com, share the......一起来看看 《Learning jQuery》 这本书的介绍吧!
CSS 压缩/解压工具
在线压缩/解压 CSS 代码
XML、JSON 在线转换
在线XML、JSON转换工具
