![JAR search and dependency download from the Maven repository](/logo.png)
it.tidalwave.java.awt.Container 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 Container extends Component
{
public int getComponentCount()
{
throw new RuntimeException("Stub!");
}
public Component getComponent (int index)
{
throw new RuntimeException("Stub!");
}
public void setLayout (LayoutManager layoutManager)
{
throw new RuntimeException("Stub!");
}
public void add (Component component, Object object)
{
throw new RuntimeException("Stub!");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy