The easiest way to learn about JavaBeans is to start using them. To begin, download and install the latest version of NetBeans. This tutorial describes how to use NetBeans version 7.0.
NetBeans is a bean builder tool, which means it recognizes JavaBeans components (beans) and enables you to snap components together into an application with ease.
Click for full image
Select Java from the Categories list and select Java Application from the Projects list. Click Next
NetBeans is a bean builder tool, which means it recognizes JavaBeans components (beans) and enables you to snap components together into an application with ease.
A Button is a Bean
Start NetBeans. Choose File > New Project... from the menu.Click for full image