* Makefile.in (dbxout.o): Depend on ggc.h.
[official-gcc.git] / libjava / java / awt / MenuItem.java
blob1becbccb8ff640558aee2dc57d9b52f91aeab88a
1 /* Copyright (C) 1999 Cygnus Solutions
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
7 details. */
9 package java.awt;
10 import java.awt.event.*;
12 /* A very incomplete placeholder. */
14 public class MenuItem extends MenuComponent
16 public MenuItem (String label)
18 throw new Error("java.awt.MenuItem: not implemented");
21 public synchronized void addActionListener (ActionListener listener)
23 /* FIXME */