Pages

Friday, May 23, 2014

JFrame Form and JAVA Class in Address Book Application

Now, you have setup your Netbeans IDE, let's go to create JFrame Form and class. Before that, please differentiate between JFrame Form and Java Class. JFrame is usually the form to view your application, and Java Class is the controller of your application. I like to stress out, any application, it must have this term, MVC which is (Model-View-Controller), simply defined, how the application view to model it using controller. 


First, to create this two subject, right click your application name >> New >> Select JFrame Form >> Name anything to the form >> and finish. 
Second,  repeat the step, but now select Java Class. So, you will get two different subject. 






I will break out this two subject in another post. The easier way to differentiate between this two subject, see icon because both of them have a different icon.



No comments:

Post a Comment

If you have any comment and question, please don't hesitate to post.