p_models
Class PaddleMVC

java.lang.Object
  extended by p_models.PaddleMVC

public class PaddleMVC
extends java.lang.Object

A first step in building a java game where a paddle constantly moves horizontally at the bottom of a 2-D screen and its direction is changed/controlled by keyboard presses
For teaching MVC design pattern, and introducing Java threads:

NOTE: This is not intended as a good example of UI development in Java, it is intended only as a good introduction to the MVC design pattern

Version:
1.0.0
Author:
J Paul Gibson

Constructor Summary
PaddleMVC()
           
 
Method Summary
 void startgame()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaddleMVC

public PaddleMVC()
Method Detail

startgame

public void startgame()