Notes on creating a Java GUI framework that can be used for many projects with a MVC package background.
Table of Contents:
00:22 - GUI Project UML
02:04 - Controller package
02:40 - Model package
02:59 - View package
03:38 - GUIFrame
04:05 - GUIPanel
04:46 - GUIPanel helper methods