随笔 - 630  文章 - 7 评论 - 47 阅读 - 49万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

随笔分类 -  javafx

1 2 下一页
FXGameEngine
摘要:最初是在http://jayskills.com/这个网站发现的,但一直未找到源码,今天偶然发现其源码位于https://github.com/eppleton/FXGameEngine下载,编译,发现gameengine项目缺少几个库javafx-canvas-0.9-SNAPSHOT.jarorg.openide.util.lookup-7.4-SNAPSHOT.jartimer-1.0-SNAPSHOT.jar经过一番寻找,发现https://github.com/eppleton/canvas但是其master分支的版本是0.8尚未完全编译成功。。。 阅读全文
posted @ 2014-03-07 16:34 网络大豆 阅读(227) 评论(0) 推荐(0) 编辑
GameComposer
摘要:http://mirkosertic.github.io/GameComposer/ 阅读全文
posted @ 2014-03-07 10:14 网络大豆 阅读(171) 评论(0) 推荐(0) 编辑
How to convert from BufferedImage to JavaFX 2.2 Image
摘要:http://blog.idrsolutions.com/2012/11/convert-bufferedimage-to-javafx-image/——————————————————————————————————————————————————————————————————Until recently, if you wanted to load a BufferedImage in JavaFX you were out of luck – the only way to do it was to write out the BufferedImage to disk and t.. 阅读全文
posted @ 2014-03-03 10:12 网络大豆 阅读(833) 评论(0) 推荐(0) 编辑
Tutorial : How to Create a Border Glow Effect in JavaFX
摘要:http://blog.idrsolutions.com/2014/02/tutorial-create-border-glow-effect-javafx/—————————————————————————————————————————————————————————— 阅读全文
posted @ 2014-03-03 09:28 网络大豆 阅读(210) 评论(0) 推荐(0) 编辑
CodeAreaFX
摘要:CodeAreaFX is a text area for JavaFX with API to style ranges of text. It is intended as a base for rich-text editors and code editors with syntax highlighting.+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++https://github.com/TomasMikula/CodeAreaFXDemos1. Automati 阅读全文
posted @ 2014-02-04 15:57 网络大豆 阅读(254) 评论(0) 推荐(0) 编辑
TextFlow with JavaFX 2
摘要:http://sahits.ch/blog/?p=2372————————————————————————————————————————————————————TextFlow with JavaFX 2When ever you want to display a large portion of text in your application the Text node is your friend. Text allows you to define a wrapping width and thereby allows nice multyline text without let 阅读全文
posted @ 2014-01-14 14:17 网络大豆 阅读(875) 评论(0) 推荐(0) 编辑
ControlsFX8.0.2中对话框无法判断是否显示的修改
摘要:在org.controlsfx.dialog.FXDialog.java中加入 public abstract boolean isShowing();在org.controlsfx.dialog.LightweightDialog.java中加入 @Override public boolean isShowing() { return lightweightDialog.isVisible(); }在org.controlsfx.dialog.HeavyweightDialog.java中加入 @Override public boolean isSh... 阅读全文
posted @ 2013-12-02 08:39 网络大豆 阅读(383) 评论(0) 推荐(0) 编辑
A JavaFX based Game Authoring System
摘要:http://www.mirkosertic.de/doku.php/javastuff/javafxgameauthoring——————————————————————————————————————————————————A JavaFX based Game Authoring SystemA few weeks ago I decided to enhance my knowledge in game coding, so I bought two very interesting books: “Real-Time Rendering, Third Edition by Thoma 阅读全文
posted @ 2013-12-02 08:28 网络大豆 阅读(450) 评论(0) 推荐(0) 编辑
how to javafx hide background header of a tableview?
摘要:http://stackoverflow.com/questions/12324464/how-to-javafx-hide-background-header-of-a-tableview————————————————————————————————————————————————————————I'm trying to develop auto complete text, which shows a dropdown of suggestions in tableview popup, and I'm having an issue of how can I hide 阅读全文
posted @ 2013-11-14 14:44 网络大豆 阅读(1573) 评论(0) 推荐(0) 编辑
Styling FX Buttons with CSS
摘要:http://fxexperience.com/2011/12/styling-fx-buttons-with-css/————————————————————————————————————————————————————————Styling FX Buttons with CSSDecember 20, 2011By Jasper PottsA number of people have asked me recently can I create this look or that look using CSS in JavaFX. Or they have said that you 阅读全文
posted @ 2013-11-14 09:00 网络大豆 阅读(818) 评论(0) 推荐(0) 编辑
JXTA+JavaFX实现的网络黑白棋测试地址
摘要:http://www.qhdbaobao.com/dist/secondegg-reversi.html————————————————————————————————————————————————————需要安装最新的JavaFX浏览器插件(按照提示安装)房间(双击右下表格的单元格可邀请在线用户)游戏中 阅读全文
posted @ 2013-11-06 15:34 网络大豆 阅读(387) 评论(0) 推荐(0) 编辑
JNLP + Applet + Bouncy Castle
摘要:http://stackoverflow.com/questions/4275005/jnlp-applet-bouncy-castle——————————————————————————————————————————————————Ok, so here is the answer:First of all, as Bloodboiler suggested, you are in trouble if your applet uses jars signed by different certificates. So your solution should be to sign the 阅读全文
posted @ 2013-10-16 11:02 网络大豆 阅读(286) 评论(0) 推荐(0) 编辑
Java Applet and ServiceLoader
摘要:http://stackoverflow.com/questions/14062813/java-applet-and-serviceloader 阅读全文
posted @ 2013-10-10 17:02 网络大豆 阅读(155) 评论(0) 推荐(0) 编辑
ListCell Animation in ListView
摘要:After a long time I am back again with new stuffs. I have seen that JavaFX has got so many demand nowadays. Lots of people are requesting for something new something wow effect. In the same way one of my colleagues told me what if we have listview got some effects on scrolling the list. I got some d 阅读全文
posted @ 2013-09-09 10:00 网络大豆 阅读(333) 评论(0) 推荐(0) 编辑
NetBeans IDE 7.4 Beta版本build JavaFX时生成的可执行jar包执行时找不到依赖的jar包
摘要:现象,执行时抛出java.lang.ClassNotFoundException异常:Executing E:\secondegg\secondegg-reversi\dist\run802221143\secondegg-reversi.jar using platform D:\Program Files\Java\jdk1.7.0_25\jre/bin/javaException in Application init methodjava.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAcces... 阅读全文
posted @ 2013-09-05 00:00 网络大豆 阅读(1440) 评论(0) 推荐(0) 编辑
五虎
摘要:http://code.google.com/p/fivetiger/————————————————————————————————————————————————————给大家推荐一个小游戏《五虎》这是一个鲁中南地区非常流行的益智棋类对战游戏。在网上找了n久也没有人发现有人写出来过,估计是这种游戏流行面比较窄,很多人都不了解。所以决心把它写出来,就当作弘扬民族文化了。这里的游戏规则不是我自己创立出来的,只凭着当年玩的时候留下的记忆,写出来的。尤其是在我上初中的时候,风靡的不得了,因为道具准备简单,就地捡一些石子和木棍,然后在地上画个棋盘就可以玩了。咱当年也是打遍全班无敌手(没吹牛。。。)还 阅读全文
posted @ 2013-08-08 15:27 网络大豆 阅读(455) 评论(0) 推荐(0) 编辑
easily add files to META-INF in NetBeans
摘要:http://georgeinfo.blog.163.com/blog/static/16368334120101019104044650/————————————————————————————————————————————————————————————These days when you find me working in Java, you’ll find me working in NetBeans. If I wanted to spend my time manually editing ant scripts, you’d probably find me working 阅读全文
posted @ 2013-08-07 21:42 网络大豆 阅读(569) 评论(0) 推荐(0) 编辑
http://edu.makery.ch/
摘要:http://edu.makery.ch/ 阅读全文
posted @ 2013-08-07 16:46 网络大豆 阅读(187) 评论(0) 推荐(0) 编辑
JavaFX 2 Dialogs
摘要:http://edu.makery.ch/blog/2012/10/30/javafx-2-dialogs/————————————————————————————————————————————When programming a graphical user interface (GUI) there are occasions where you’ll need a simple popup dialog to communicate with the user. In Swing (the predecessor of JavaFX) there is a convenient cla 阅读全文
posted @ 2013-08-07 16:15 网络大豆 阅读(467) 评论(0) 推荐(0) 编辑
JavaFx版本植物大战僵尸
摘要:http://www.cnblogs.com/lslvxy/archive/2013/04/17/3026711.html—————————————————————————————————————————————— 阅读全文
posted @ 2013-08-07 16:07 网络大豆 阅读(293) 评论(0) 推荐(0) 编辑

1 2 下一页
点击右上角即可分享
微信分享提示