it.tidalwave.java.awt.KeyboardFocusManager Maven / Gradle / Ivy
/***********************************************************************************************************************
* To change this template, choose Tools | Templates
* and open the template in the editor.
**********************************************************************************************************************/
package it.tidalwave.java.awt;
/***********************************************************************************************************************
*
* @author Fabrizio Giudici
* @version $Id: $
*
**********************************************************************************************************************/
public class KeyboardFocusManager
{
public static KeyboardFocusManager getCurrentKeyboardFocusManager()
{
throw new RuntimeException("Stub!");
}
public Component getFocusOwner()
{
throw new RuntimeException("Stub!");
}
}