<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>Java Code Geeks &#187; Desktop Java</title> <atom:link href="http://www.javacodegeeks.com/java/desktop-java/feed" rel="self" type="application/rss+xml" /><link>http://www.javacodegeeks.com</link> <description>Java 2 Java Developers Resource Center</description> <lastBuildDate>Sat, 25 May 2013 11:23:16 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>Some Java based AI Frameworks: Encog, JavaML, Weka</title><link>http://www.javacodegeeks.com/2013/05/some-java-based-ai-frameworks-encog-javaml-weka.html</link> <comments>http://www.javacodegeeks.com/2013/05/some-java-based-ai-frameworks-encog-javaml-weka.html#comments</comments> <pubDate>Tue, 21 May 2013 22:00:00 +0000</pubDate> <dc:creator>Brian Du Preez</dc:creator> <category><![CDATA[Desktop Java]]></category> <category><![CDATA[Encog]]></category> <category><![CDATA[JavaML]]></category> <category><![CDATA[Weka]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=13057</guid> <description><![CDATA[While working through I am working through Programming Collection Intelligence I found myself sending a lot of time translating the Python code to java, being typically impatient at my slow progress, I went searching for alternatives. I found 3: Encog &#8211; Heaton Research JavaML Weka This is by no means an in-depth investigation, I simply downloaded [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/05/some-java-based-ai-frameworks-encog-javaml-weka.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Java PDF Libraries</title><link>http://www.javacodegeeks.com/2013/05/java-pdf-libraries.html</link> <comments>http://www.javacodegeeks.com/2013/05/java-pdf-libraries.html#comments</comments> <pubDate>Wed, 01 May 2013 22:00:43 +0000</pubDate> <dc:creator>Orest Ivasiv</dc:creator> <category><![CDATA[Desktop Java]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=12248</guid> <description><![CDATA[Recently I had a task to select some Java PDF libraries for PDF generation. But it wasn&#8217;t a simple task. The first thing which came into my mind was iText. It&#8217;s well know Java library with good reputation. But&#8230; there is some stopper. iText version 5+ is released under the AGPL license. I.e. we have [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/05/java-pdf-libraries.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>JavaFX Library for Inverse Kinematics 2.0</title><link>http://www.javacodegeeks.com/2013/04/javafx-library-for-inverse-kinematics-2-0.html</link> <comments>http://www.javacodegeeks.com/2013/04/javafx-library-for-inverse-kinematics-2-0.html#comments</comments> <pubDate>Thu, 04 Apr 2013 13:00:23 +0000</pubDate> <dc:creator>Michael Heinrichs</dc:creator> <category><![CDATA[Desktop Java]]></category> <category><![CDATA[JavaFX]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=10588</guid> <description><![CDATA[This is the first tutorial explaining the basics of javafx-ik, a library for inverse kinematics with JavaFX. The sources of the library can be downloaded from GitHub. What is a Bone object ? A bone is the fundamental building block for inverse kinematics with the library  javafx-ik. A bone has a length and a joint [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/04/javafx-library-for-inverse-kinematics-2-0.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>JavaFX 2 with Spring</title><link>http://www.javacodegeeks.com/2013/03/javafx-2-with-spring.html</link> <comments>http://www.javacodegeeks.com/2013/03/javafx-2-with-spring.html#comments</comments> <pubDate>Sun, 17 Mar 2013 13:00:18 +0000</pubDate> <dc:creator>Koen Serneels</dc:creator> <category><![CDATA[Desktop Java]]></category> <category><![CDATA[JavaFX]]></category> <category><![CDATA[Spring]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=9950</guid> <description><![CDATA[I&#8217;m going to start this one with a bold statement: I always liked Java Swing, or applets for that matter. There, I said it. If I perform some self analysis, this admiration probably started when I got introduced to Java. Swing was (practically) the first thing I ever did with Java that gave some statisfactionary [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/03/javafx-2-with-spring.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>JavaFX: Space Invaders in less than 175 LOC</title><link>http://www.javacodegeeks.com/2013/02/javafx-space-invaders-in-less-than-175-loc.html</link> <comments>http://www.javacodegeeks.com/2013/02/javafx-space-invaders-in-less-than-175-loc.html#comments</comments> <pubDate>Tue, 19 Feb 2013 17:00:26 +0000</pubDate> <dc:creator>Toni Epple</dc:creator> <category><![CDATA[Desktop Java]]></category> <category><![CDATA[JavaFX]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=8767</guid> <description><![CDATA[With the current version of the API I’m at less than 175 LOC for Space Invaders. I’ve got lot’s of “Functional Interfaces” in my APIs that can be converted to Lambda Expressions with JavaFX 8( e.g. SpriteProvider and CollisionHandler). That will make the code nicer and shorter. I could probably also reduce the linecount by [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/02/javafx-space-invaders-in-less-than-175-loc.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Styling JavaFX Pie Chart with CSS</title><link>http://www.javacodegeeks.com/2013/02/styling-javafx-pie-chart-with-css.html</link> <comments>http://www.javacodegeeks.com/2013/02/styling-javafx-pie-chart-with-css.html#comments</comments> <pubDate>Tue, 19 Feb 2013 14:00:47 +0000</pubDate> <dc:creator>Dustin Marx</dc:creator> <category><![CDATA[Desktop Java]]></category> <category><![CDATA[JavaFX]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=8757</guid> <description><![CDATA[JavaFX provides certain colors by default when rendering charts. There are situations, however, when one wants to customize these colors. In this blog post I look at changing the colors of a JavaFX pie chart using an example I intend to include in my presentation this afternoon at RMOUG Training Days 2013. Some Java-based charting [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/02/styling-javafx-pie-chart-with-css.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>A minimal JavaFX Presentation (in JavaFX)</title><link>http://www.javacodegeeks.com/2013/02/a-minimal-javafx-presentation-in-javafx.html</link> <comments>http://www.javacodegeeks.com/2013/02/a-minimal-javafx-presentation-in-javafx.html#comments</comments> <pubDate>Fri, 15 Feb 2013 17:00:46 +0000</pubDate> <dc:creator>Toni Epple</dc:creator> <category><![CDATA[Desktop Java]]></category> <category><![CDATA[JavaFX]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=8659</guid> <description><![CDATA[If you want to do a presentation about JavaFX, it’s very handy to do the presentation itself in JavaFX. This way you can easily show your examples without leaving the presentation. Here’s a very minimal example how to do that. In NetBeans set up a new JavaFX Project “New Project” -&#62; “JavaFX” -&#62; “JavaFX Application” [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/02/a-minimal-javafx-presentation-in-javafx.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>JavaFX Coming Soon to an Android or iOS Device Near You?</title><link>http://www.javacodegeeks.com/2013/02/javafx-coming-soon-to-an-android-or-ios-device-near-you.html</link> <comments>http://www.javacodegeeks.com/2013/02/javafx-coming-soon-to-an-android-or-ios-device-near-you.html#comments</comments> <pubDate>Fri, 15 Feb 2013 14:00:01 +0000</pubDate> <dc:creator>Dustin Marx</dc:creator> <category><![CDATA[Desktop Java]]></category> <category><![CDATA[JavaFX]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=8653</guid> <description><![CDATA[There has been big news recently in the world of JavaFX regarding many more components of JavaFX being open sourced as advertised at JavaOne 2012. In February Open Source Update, Richard Bair compiled a table of JavaFX projects that have been open sourced as of that post&#8217;s writing (Monday, 11 February 2013). As exciting as [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/02/javafx-coming-soon-to-an-android-or-ios-device-near-you.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Hello GroovyFX</title><link>http://www.javacodegeeks.com/2013/02/hello-groovyfx.html</link> <comments>http://www.javacodegeeks.com/2013/02/hello-groovyfx.html#comments</comments> <pubDate>Tue, 12 Feb 2013 14:00:58 +0000</pubDate> <dc:creator>Dustin Marx</dc:creator> <category><![CDATA[Desktop Java]]></category> <category><![CDATA[Groovy]]></category> <category><![CDATA[JavaFX]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=8454</guid> <description><![CDATA[GroovyFX brings together two of my favorite things: Groovy and JavaFX. The main GroovyFX Project page describes GroovyFX as &#8216;[providing] a Groovy binding for JavaFX 2.0.&#8217; GroovyFX is further described on that page: GroovyFX is an API that makes working with JavaFX in Groovy much simpler and more natural. GroovyFX is focused on exploiting the [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/02/hello-groovyfx.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>JavaFX 2 XYCharts and Java 7 Features</title><link>http://www.javacodegeeks.com/2013/01/javafx-2-xycharts-and-java-7-features.html</link> <comments>http://www.javacodegeeks.com/2013/01/javafx-2-xycharts-and-java-7-features.html#comments</comments> <pubDate>Wed, 30 Jan 2013 11:00:33 +0000</pubDate> <dc:creator>Dustin Marx</dc:creator> <category><![CDATA[Desktop Java]]></category> <category><![CDATA[Java 7]]></category> <category><![CDATA[JavaFX]]></category><guid isPermaLink="false">http://www.javacodegeeks.com/?p=7794</guid> <description><![CDATA[One of my favorite features of JavaFX 2 is the standard charts it provides in its javafx.scene.chart package. This package provides several different types of charts out-of-the-box. All but one of these (the PieChart) are &#8217;2 axis charts&#8217; (specific implementations of the XYChart). In this post, I look at the commonality between these specializations of [...]]]></description> <wfw:commentRss>http://www.javacodegeeks.com/2013/01/javafx-2-xycharts-and-java-7-features.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/21 queries in 0.064 seconds using apc
Object Caching 1123/1232 objects using apc
Content Delivery Network via jcg.javacodegeeks.netdna-cdn.com

Served from: www.javacodegeeks.com @ 2013-05-25 14:43:05 -->