用Java编写Flash应用 Flash4j

码农软件 · 软件分类 · Flash开发包 · 2019-04-03 20:28:35

软件介绍

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();

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

Learning jQuery

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 压缩/解压工具

在线压缩/解压 CSS 代码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具