gui

Pivot: Java Framework for Desktop & Web Development

Pivot is an open-source framework for building high-quality, cross-platform applications that are easily deployable both via the web and to the desktop. It...

15 replies - 3857 views - 06/11/08 by Greg Brown in Announcements

Experimenting with Swing Application Framework

The quality and speed of building a Java-based graphic user interface (GUI) have always been high on the agenda. It is no secret that the development of a...

10 replies - 5670 views - 05/19/08 by ziggy777 in News

MiG Layout 3.5 - SWT/Swing LayoutManager

MiG Layout 3.5 is a Layout Manager for Swing and SWT that is very easy to use, yet extremely powerful when needed. It has a syntax that resembles CSS and...

6 replies - 2248 views - 04/28/08 by Mikael Grev in Announcements

Why Does JavaFX Get to Cheat?

Why does JavaFX get to do things that would be frowned upon if done in plain old Java?

14 replies - 3863 views - 03/25/08 by cfagan in News

Drag'n'drop in JavaFX

Using drag'n'drop in JavaFX applications.What is drag'n'drop from the point of view of the operating system? The drag'n'drop operation is a sequence of...

2 replies - 2441 views - 03/09/08 by Sergey Surikov in Tips and Tricks

JavaFX and JDBC

This guide describes how to use the JavaFX technology in application development. Common questions such as how to create CRUD-oriented systems and using SQL ...

9 replies - 2807 views - 02/25/08 by Sergey Surikov in Tips and Tricks

JavaFX - component creation

This article describes how to create new components for the JavaFX platform with an emphasis on the use of graphical facilities in building GUI.

2 replies - 2588 views - 02/24/08 by Sergey Surikov in Tips and Tricks

Introducing Sergey Surikov - JavaFX Developer and Writer

I'd like to introduce Sergey Surikov, who will be posting some great articles about JavaFX Script to DZone Javalobby.  Sergey has been contributing to the...

0 replies - 1344 views - 02/24/08 by Jim Weaver in Announcements

Let's Create a Tetris Game in Compiled JavaFX Script

I thought it would be fun to spend a few posts creating a Tetris game in compiled JavaFX Script together.  Today I made a rough start on it, and if you...

5 replies - 3223 views - 02/22/08 by Jim Weaver in Articles