it.tidalwave.java.awt.Component 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 Component
{
public Toolkit getToolkit()
{
throw new RuntimeException("Stub!");
}
public Component add (Component comp)
{
throw new RuntimeException("Stub!");
}
public Container getParent()
{
throw new RuntimeException("Stub!");
}
public boolean isFocusable()
{
throw new RuntimeException("Stub!");
}
public GraphicsConfiguration getGraphicsConfiguration()
{
throw new RuntimeException("Stub!");
}
public Dimension getSize()
{
throw new RuntimeException("Stub!");
}
public void setBounds (Rectangle bounds)
{
throw new RuntimeException("Stub!");
}
public void show()
{
throw new RuntimeException("Stub!");
}
}