Jan 14, 2012 |
4,779 views |

Book Description
JavaFX 2.0: Introduction by Example provides a quick start to programming the JavaFX 2.0 platform. JavaFX 2.0 provides a rich set of APIs for use in creating graphically exciting client applications written solely in Java. You get a large set of customizable components that can be skinned using CSS techniques that you already know from doing web development. The platform even includes a web rendering engine enabling you to mix HTML content into your applications. Hardware acceleration means that your applications are fast and snappy, taking full advantage of modern graphics processing support at the hardware level. JavaFX 2.0 opens the door to business applications that look good, are fun to use, that take advantage of the medium to present data of all types—text, audio, video, etc.—in ways that engage the user and lead to increased productivity.
Getting started with JavaFX 2.0 is surprisingly easy. You already have the Java skills. Very likely you know enough of CSS to get by. All that’s left is to get a leg up on the API, and that’s where JavaFX 2.0: Introduction by Example can help. In this short book, author Carl Dea takes you through a series of engaging, fun-to-work examples that bring you up to speed on the major facets of the platform. Begin with the fundamentals of installing the software and creating a simple interface. Move in progressive steps through the process of developing a working dialog box for an application. Then let the fun begin as you explore images and animations, audio and video, and finally learn to embed JavaFX applications in a web page as well as embedding HTML5 content within an application. At the end of this book you’ll have a good grasp of what JavaFX is all about Download Now »
Nov 14, 2011 |
8,583 views |

Book Description
A unique book-and-video package presented by Java guru Yakov Fain
As one of the most popular software languages for building Web applications, Java is often the first programming language developers learn. The latest version includes numerous updates that both novice and experienced developers need to know. With this invaluable book-and-video package, Java authority Yakov Fain fully covers Java’s new features as well as its language extensions, classes and class methods, and the Swing Application Framework. For each lesson that he discusses in the book, there is an accompanying instructional video to reinforce your learning experience.
Lessons include:
- Introducing Java
- Eclipse IDE
- Object-Oriented Programming
- Class Methods
- Back to Java Basics
- Packages, Interfaces, and Encapsulation
- Programming with Abstract Classes and Interfaces
- Introducing the Graphic User Interface
- Event Handling in UI Download Now »
Nov 03, 2010 |
7,617 views |

Book Description
The open source JavaFX platform offers a Java-based approach to rich Internet application (RIA) development—an alternative to Adobe Flash/Flex and Microsoft Silverlight. At over 100 million downloads, the new JavaFX 2.x is poised to be a significant player now.
Written by a JavaFX engineer and developer, this book is one of the first on the new JavaFX 2.x platform to give you the following:
- The fundamentals of JavaFX scripting on desktop and mobile platforms
- Examples of RIAs using JavaFX Graphics
- Media and animation using JavaFX
See how JavaFX gives you dynamic Java effects in your RIA application development.
What you’ll learn
- How to use the JavaFX scripting language, beginning with a simple “Hello, World” application
- How to use JavaFX data types, operators, expressions, functions, sequences, bindings, triggers, and more
- How to work with the JavaFX classes, packages, exception handling, inheritance, and more
- How to use JavaFX Graphics Download Now »
Oct 03, 2010 |
10,580 views |

Book Description
Updated for JavaFX 1.3
The JavaFX platform makes it possible to write applications that can be deployed across devices ranging from cell phones to desktops, with little or no change required. JavaFX applications are written using JavaFX Script, a new and easy-to-use scripting language.
Kim Topley’s JavaFX™ Developer’s Guide thoroughly covers the JavaFX language and its core libraries and shows you step by step how to develop and deliver JavaFX applications for the desktop and for mobile devices. It provides complete coverage of all aspects of the language, including
- Language syntax
- Tools you can use to develop, debug, and deploy JavaFX applications
- User interface classes
- Animation
- How to play audio and video
- How to use RESTful Web services and databases to retrieve the data for your application
- How to create custom components Download Now »
Sep 02, 2010 |
8,584 views |

Book Description
JavaFX Script enables you to easily create rich Internet applications by embedding multimedia components. Although you can create stylish Internet applications by modifying these default components, even advanced users find it challenging to create impressive feature-rich Internet applications with JavaFX. Also, there are limited JavaFX components to work with and by default these components don’t look visually appealing.
This book explores limitless possibilities to style your application by coding JavaFX components to display your content in a more appealing fashion. The recipes in this book will help you to create customized JavaFX components with which you can make modern, feature-rich applications.
First, you will be introduced to the JavaFX SDK and other development tools available to help you be productive during development. You will create an application in JavaFX by arranging complex graphical components (and non-graphical libraries) with simplified declarative constructs. You will then explore the fun side of JavaFX by using transformation techniques to manipulate the location and dimensions of objects. The next chapter is about the GUI components that are available in the framework, which provide a high level of interactivity. You will learn how to use the media component to play media content. Then we will access data and manipulate data locally or remotely. You will explore many deployment options and integration tips and tricks to take advantage of runtime contexts. Finally, you will interact with pure Java code to read and write files in JavaFX and to establish interactions with computing platforms.
Download Now »
Jan 13, 2010 |
7,883 views |

Book Description
Enough about learning the fundamentals of the intriguing JavaFX platform; it’s now time to start implementing visually stunning and dynamic Java-based rich Internet applications (RIAs) for your desktop or mobile front end. This book will show you what the JavaFX platform can really do for Java desktop and mobile front ends. It presents a number of excellent visual effects and techniques that will make any JavaFX application stand out—whether it’s animation, multimedia, or a game. The techniques shown in this book are invaluable for competing in today’s market, and they’ll help set your RIAs apart from your competitor’s.
- Create visual effects that perform well.
- Add subtle animations to bring any application to life.
- Use the graphical power of the JavaFX platform.
You’ll learn how to:
- Create and customize a particle system.
- Learn tricks for creating compelling transitions.
- Take advantage of animated lighting.
- Create impressive animations with quintic Bézier interpolators.
- Add realistic physics to animations.
- Combine effects to create compelling visual content. Download Now »