OSDN Git Service

f4ad0d7771543792d1ba93f87b901b48c697c319
[pf3gnuchains/gcc-fork.git] / libjava / java / awt / MenuComponent.java
1 /* Copyright (C) 1999  Red Hat, Inc.
2
3    This file is part of libjava.
4
5 This software is copyrighted work licensed under the terms of the
6 Libjava License.  Please consult the file "LIBJAVA_LICENSE" for
7 details.  */
8
9 package java.awt;
10
11 /* A very incomplete placeholder. */
12
13 public abstract class MenuComponent
14 {
15 }