NetBeans: Link Data with the User Interface using JavaBeans
The following is a brief description how a java bean can be linked with the UI using NetBeans: Java Beans are Java objects (see Sun Website), which have a few unique characteristics: * have a default constructor without any arguments * have a number of properties, which are a set of variables