I'm using NetBeans IDE 7.2 on Windows 7 to create a Java Swing Application.
I'm using this IDE since about one month, therefore I have explored many of its features. But there is a particular one -- called binding / bind -- which I don't know what it does.
This can be found at the project tab, which is showed when you create a Java Swing source code (for example, with the File > New Project
). Adding any object (like a JSpinner for e.g.) to the JFrame, and right clicking on it, there it is: the vinculate option.
So, does anybody know what is the purpose / utility of "binding"?