package
gve.calc.formula;
public
interface
CreatesPopup
{
Menu button has been pressed at location (x,y) of the component.
public
java.awt.Component createPopup(
int
x,
int
y); }