1 /* Copyright (C) 1999, 2000 Free Software Foundation
3 This file is part of libjava.
5 This software is copyrighted work licensed under the terms of the
6 Libjava License. Please consult the file "LIBJAVA_LICENSE" for
11 /* A very incomplete placeholder. */
13 public class Menu
extends MenuItem
implements MenuContainer
15 public Menu (String label
)
18 throw new Error ("java.awt.Menu: not implemented");
21 public void add (String label
)
24 public synchronized MenuItem
add (MenuItem item
)
30 public Font
getFont() { return null; } // FIXME
31 public boolean postEvent(Event evt
) { return false; } // FIXME
32 public void remove(MenuComponent comp
) { } // FIXME