mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-04 00:37:46 +00:00
Proper code style environment package
This commit is contained in:
@@ -16,8 +16,8 @@ import org.parabot.core.Context;
|
||||
*
|
||||
*/
|
||||
public class Keyboard implements KeyListener {
|
||||
private Component component = null;
|
||||
private static HashMap<Character, Character> specialChars;
|
||||
private Component component;
|
||||
private long pressTime;
|
||||
|
||||
public Keyboard(Component component) {
|
||||
|
||||
Reference in New Issue
Block a user