I am using NetBeans 6.1.
When I am trying to create a "Java Desktop Application"-project, a skeleton application is created with lots of WTF code.
How can I understand those code?
Can anyone suggest me any web-link?
In this SO question, some links are provided. But they are not answering to my problem.
Suppose, what is a SingleFrameApplication
-class? What is a FrameView
-class?Upon what philosophy the application is divided into "MyFormApp.java
" and "MyFormView.java
" files? etc.