使用JavaFx创建可拖动的Applet示例

JavaFx运行时的下载地址:
http://javafx.com/downloads/all.jsp

我的appspot地址,打开即可看到示例:
http://sonicluo3.appspot.com/

JavaFx的主方法 MyJavaFXStage.fx
Java代码

 
 
 
  1. package org.webbiscuit;   
  2.   
  3. import javafx.scene.*;   
  4. import javafx.scene.image.*;   
  5. import javafx.stage.*;   
  6. import javafx.scene.text.*;   
  7. /**  
  8.  * @author sonic  
  9.  */  
  10.   
  11. Stage {   
  12.     title: "Application title"  
  13.     width: 300  
  14.     height: 280  
  15.     scene: Scene {   
  16.         content:[   
  17.          Text {   
  18.             font : Font {   
  19.                 size : 16  
  20.             }   
  21.             x: 10, y: 200  
  22.             content: "Hello,这是一个 JavaFx + 可拖动Applet\n+ GAE 的应用! It's very cool!!"  
  23.         },   
  24.             ImageView { image: Image { url: "{__DIR__}GAE_java.png"  }  }   
  25.         ]   
  26.     }   
  27. }  
  28. package org.webbiscuit;
  29. import javafx.scene.*;
  30. import javafx.scene.image.*;
  31. import javafx.stage.*;
  32. import javafx.scene.text.*;
  33. /**
  34.  * @author sonic
  35.  */
  36. Stage {
  37.     title: "Application title"
  38.     width: 300
  39.     height: 280
  40.     scene: Scene {
  41.         content:[
  42.          Text {
  43.             font : Font {
  44.                 size : 16
  45.             }
  46.             x: 10, y: 200
  47.             content: "Hello,这是一个 JavaFx + 可拖动Applet\n+ GAE 的应用! It's very cool!!"
  48.         },
  49.             ImageView { image: Image { url: "{__DIR__}GAE_java.png"  }  }
  50.         ]
  51.     }
  52. }

部署的html文件如下,内嵌了JavaFx的Applet.
Html代码

 
 
 
  1.   
  2.   
  3.  http-equiv="Content-Type" content="text/html; charset=gb2312">  
  4. </strong>JavaFXApplet<strong>  
  5.   
  6.   
  7. 按住 Alt 键,然后拖动鼠标就可以把Applet拉到桌面了.

      
  8.  src="http://dl.javafx.com/1.1/dtfx.js">  
  9.   
  10.   
  11.   
  12.  http-equiv="Content-Type" content="text/html; charset=gb2312">
  13. </strong>JavaFXApplet<strong>
  14. 按住 Alt 键,然后拖动鼠标就可以把Applet拉到桌面了.

  15.  src="http://dl.javafx.com/1.1/dtfx.js">

//令做可拖动的纯粹的Applet还有另外一种方式的,找个时间整理了再发上来

当前标题:使用JavaFx创建可拖动的Applet示例
本文来源:http://www.shufengxianlan.com/qtweb/news42/314242.html

网站建设、网络推广公司-创新互联,是专注品牌与效果的网站制作,网络营销seo公司;服务项目有等

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联