Description

This page contains a simple applet that was written using the Java framework for C2. The applet displays two visualizations of a stack abstract data type. Push elements onto the stack by typing in a number in the text field, pressing return, and clicking on the button labeled "Push".

The C2-style architecture for the stack application is shown below, along with a brief description of each component.