KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > fractal > swing > JMenuAttributes


1 // automatically generated
2

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