#BlueJ class context comment0.target=Tetris comment0.text=\r\n\ The\ main\ class\ of\ the\ Tetris\ game.\ This\ class\ contains\ the\r\n\ necessary\ methods\ to\ run\ the\ game\ either\ as\ a\ stand-alone\r\n\ application\ or\ as\ an\ applet\ inside\ a\ web\ page.\r\n\r\n\ @version\ \ 1.2\r\n\ @author\ \ \ Per\ Cederberg,\ per@percederberg.net\r\n comment1.params=args comment1.target=void\ main(java.lang.String[]) comment1.text=\r\n\ The\ stand-alone\ main\ routine.\r\n\ \r\n\ @param\ args\ \ \ \ \ \ the\ command-line\ arguments\r\n comment2.params=evt comment2.target=void\ propertyChange(java.beans.PropertyChangeEvent) comment3.params=evt comment3.target=void\ propertyChange(java.beans.PropertyChangeEvent) comment4.params=e comment4.target=void\ actionPerformed(java.awt.event.ActionEvent) comment5.params=e comment5.target=void\ actionPerformed(java.awt.event.ActionEvent) comment6.params=e comment6.target=void\ windowClosing(java.awt.event.WindowEvent) numComments=7