00001 /* 00002 * To change this template, choose Tools | Templates 00003 * and open the template in the editor. 00004 */ 00005 package org.classroomgaming.cgp; 00006 00007 import javax.swing.plaf.ComponentUI; 00008 import java.awt.event.*; 00009 00014 public abstract class GameViewerUI extends ComponentUI implements KeyListener, MouseListener, MouseMotionListener { 00015 00016 public static final String UI_CLASS_ID = "GameViewerUI"; 00017 }
1.5.8