JavaFx运行时的下载地址:
http://javafx.com/downloads/all.jsp
我的appspot地址,打开即可看到示例:
http://sonicluo3.appspot.com/
JavaFx的主方法 MyJavaFXStage.fx
Java代码
- package org.webbiscuit;
- import javafx.scene.*;
- import javafx.scene.image.*;
- import javafx.stage.*;
- import javafx.scene.text.*;
- /**
- * @author sonic
- */
- Stage {
- title: "Application title"
- width: 300
- height: 280
- scene: Scene {
- content:[
- Text {
- font : Font {
- size : 16
- }
- x: 10, y: 200
- content: "Hello,这是一个 JavaFx + 可拖动Applet\n+ GAE 的应用! It's very cool!!"
- },
- ImageView { image: Image { url: "{__DIR__}GAE_java.png" } }
- ]
- }
- }
- package org.webbiscuit;
- import javafx.scene.*;
- import javafx.scene.image.*;
- import javafx.stage.*;
- import javafx.scene.text.*;
- /**
- * @author sonic
- */
- Stage {
- title: "Application title"
- width: 300
- height: 280
- scene: Scene {
- content:[
- Text {
- font : Font {
- size : 16
- }
- x: 10, y: 200
- content: "Hello,这是一个 JavaFx + 可拖动Applet\n+ GAE 的应用! It's very cool!!"
- },
- ImageView { image: Image { url: "{__DIR__}GAE_java.png" } }
- ]
- }
- }
部署的html文件如下,内嵌了JavaFx的Applet.
Html代码
- http-equiv="Content-Type" content="text/html; charset=gb2312">
JavaFXApplet - 按住 Alt 键,然后拖动鼠标就可以把Applet拉到桌面了.
- javafx(
- {
- archive: "JavaFXApplet.jar",
- draggable: true,
- width: 300,
- height: 280,
- code: "org.webbiscuit.MyJavaFXStage",
- name: "JavaFXApplet"
- }
- );
- http-equiv="Content-Type" content="text/html; charset=gb2312">
JavaFXApplet - 按住 Alt 键,然后拖动鼠标就可以把Applet拉到桌面了.
- javafx(
- {
- archive: "JavaFXApplet.jar",
- draggable: true,
- width: 300,
- height: 280,
- code: "org.webbiscuit.MyJavaFXStage",
- name: "JavaFXApplet"
- }
- );
//令做可拖动的纯粹的Applet还有另外一种方式的,找个时间整理了再发上来
当前标题:使用JavaFx创建可拖动的Applet示例
本文来源:http://www.shufengxianlan.com/qtweb/news42/314242.html
网站建设、网络推广公司-创新互联,是专注品牌与效果的网站制作,网络营销seo公司;服务项目有等
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联