it.tidalwave.javax.swing.KeyStroke Maven / Gradle / Ivy
/***********************************************************************************************************************
* To change this template, choose Tools | Templates
* and open the template in the editor.
**********************************************************************************************************************/
package it.tidalwave.javax.swing;
import it.tidalwave.java.awt.AWTKeyStroke;
/***********************************************************************************************************************
*
* @author Fabrizio Giudici
* @version $Id: $
*
**********************************************************************************************************************/
public class KeyStroke extends AWTKeyStroke
{
public static KeyStroke getKeyStroke (int a, int b)
{
throw new RuntimeException("Stub!");
}
}