1. About.com
  2. Computing & Technology
  3. Java

Learn About Java

Find out what Java is, who created it, and why people choose to program with it.

Next Steps

Java Spotlight10

Readers' Choice Awards 2012

Thursday January 19, 2012

About.com 2012 Readers' Choice Awards The 2012 About.com Readers' Choice Awards will showcase the best products, features and services in dozens of categories.  Readers' Choice includes multiple channels ranging from technology to hobbies to parenting. In the computing channel there are several topics to choose from:

Nominations will be accepted starting Jan. 18, 2012. Voting will take place from Feb. 22 through March 21 with winners announced March 30.  There's no prize -- just the bragging rights that come with getting recognized by the readers of one of the most popular websites.

To learn more, visit the Readers' Choice Awards 2012 website.

If you want more details, check out the awards FAQ.

NetBeans 7.1 Released

Friday January 6, 2012

NetBeans LogoNetBeans 7.1 has been released and if you look at the release notes and release overview you'll see it supports the creation of JavaFX 2.0 applications.

Amongst other updates it also includes enhancements to the Swing GUI Builder and visual debugging of Swing and JavaFX interfaces.

The NetBeans 7.1 IDE is available for download at the NetBeans website.

GUI Saturday: Using the FlowLayout

Saturday December 31, 2011

The FlowLayout layout manager is probably the simplest way to place components (e.g., buttons, text fields) into a container (e.g., JPanel, JFrame). All it does is put the components into a row and if that row reaches the edge of the container it starts another row. 

To find out more about the FlowLayout have a look at Using the FlowLayout or have a play with the FlowLayout example program and the GoingWithTheFlow example program.

Related Articles:

Other Articles:

Sun Certified Enterprise Architect for Java EE Study Guide (2nd Ed.) Book Review

JavaFX 2.02 Released

Thursday December 15, 2011

If you're upgrading to Java 7 Update 2 then it's now easier to get the latest version of JavaFX as it comes with the Java 7 Update 2 release.

For those using Java 6 Update 26 to Java 7 Update 1 the standalone JavaFX 2.02 SDK or just the JavaFX Runtime is available to download separately.

Looking at the release notes,  JavaFX 2.02 has a number of bug fixes as well including:

  • Interoperability with the Standard Widget Toolkit (SWT).
  • A new scroll event for handling scrolling on two axes.
  • A change of license to allow third party developers to redistribute the JavaFX Runtime with their applications.
  • An update for the Javadoc tool for generating JavaFX API documentation in HTML.

Discuss in my forum

©2012 About.com. All rights reserved. 

A part of The New York Times Company.