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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user