Friday, February 13, 2009

part 1

As of NetBeans 5.0, the IDE's GUI Builder has been revamped to make it more powerful and intuitive, liberating users to build professional-looking GUIs without an intimate understanding of layout managers. NetBeans' new GUI Builder eliminates the difficulties of building GUIs, enabling you to lay out your forms by simply placing components where you want them.

You will learn basic concepts of GUI building using NetBeans GUI Builder. You can use either NetBeans IDE 6.0 or 5.5.1. You will do two exercises. The first exercise guides you through the process of creating the graphical user interface (GUI), which includes creating GUI layout container, adding, resizing, and aligning components. In the second exercise, you will learn how to associate an event handler to a component.

No comments:

Post a Comment