Changes

Jump to: navigation, search

Teams Winter 2011/team4/project

158 bytes added, 18:48, 10 April 2011
Define the Application
*Next we will be implementing Screen1 which will provide the user with a nice background image, as well as two buttons (one to view the about information, and one to begin drawing).
*The code is as follows:
<pre>public class Screen1 extends MainScreen { public Screen1() { setTitle( "Drawsy" ); } public void close(){ super.close(); }}</pre>
*The 3rd class is Screen2, which does the bulk of the work in our application.
*Upon instantiation, numerous managers are created for various different tasks.

Navigation menu