Repackaged keyboard manager related classes for their new location in

com.threerings.util.  Moved RobotPlayer into util package from yohoho.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@873 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Walter Korman
2002-01-18 23:32:15 +00:00
parent bbce846874
commit 0f27719f0e
6 changed files with 123 additions and 14 deletions
@@ -1,13 +1,13 @@
//
// $Id: KeyTimerApp.java,v 1.1 2002/01/12 02:31:16 shaper Exp $
// $Id: KeyTimerApp.java,v 1.2 2002/01/18 23:32:15 shaper Exp $
package com.threerings.yohoho.puzzle.util;
package com.threerings.util;
import java.awt.Frame;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import com.threerings.yohoho.Log;
import com.threerings.util.Log;
public class KeyTimerApp
{
@@ -1,7 +1,7 @@
//
// $Id: KeyboardManagerApp.java,v 1.1 2002/01/12 02:31:16 shaper Exp $
// $Id: KeyboardManagerApp.java,v 1.2 2002/01/18 23:32:15 shaper Exp $
package com.threerings.yohoho.puzzle.util;
package com.threerings.util;
import java.awt.Frame;
import java.awt.event.ActionEvent;
@@ -11,7 +11,7 @@ import java.awt.event.KeyListener;
import com.samskivert.swing.Controller;
import com.samskivert.swing.ControllerProvider;
import com.threerings.yohoho.Log;
import com.threerings.util.Log;
public class KeyboardManagerApp
{