it.tidalwave.javax.swing.JPopupMenu Maven / Gradle / Ivy
/***********************************************************************************************************************
* To change this template, choose Tools | Templates
* and open the template in the editor.
**********************************************************************************************************************/
package it.tidalwave.javax.swing;
/***********************************************************************************************************************
*
* @author Fabrizio Giudici
* @version $Id: $
*
**********************************************************************************************************************/
public class JPopupMenu extends JComponent
{
public void addSeparator()
{
throw new RuntimeException("Stub!");
}
public JMenuItem add (JMenuItem item)
{
throw new RuntimeException("Stub!");
}
public JMenuItem add (String string)
{
throw new RuntimeException("Stub!");
}
public JMenuItem add (Action action)
{
throw new RuntimeException("Stub!");
}
}