1 // automatically generated2 3 package org.objectweb.fractal.swing;4 5 public interface JMenuAttributes extends JMenuItemAttributes {6 void setDelay (int arg0);7 int getDelay ();8 }9