Articles tagged with: MVC

Pie Menu widget in Java

Written by Luis Cruz on Saturday, 20 August 2011. Posted in Academic Portfolio

Principles of UI Software | CS6456

Pie Menu widget in Java

Development of a pie menu widget, created in Java Swing, which incorporates hierarchy, animation, and mouse-wheel based rotation, in an attempt to extend the usability of the standard pie menu paradigm. This component was implemented from scratch following the MVC model.

Notebook in Java

Written by Luis Cruz on Friday, 19 August 2011. Posted in Academic Portfolio

Principles of UI Software | CS6456

Notebook in Java

This Digital Notebook project was implemented using the Java Swing library. The main objective was to create MVC (Model-View-Controller) components from scratch. This small app has different functions such as Pen mode and real time thumbnail visor of the main canvas.