summaryrefslogtreecommitdiff
path: root/libjava/java/awt/Font.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/awt/Font.java')
-rw-r--r--libjava/java/awt/Font.java15
1 files changed, 15 insertions, 0 deletions
diff --git a/libjava/java/awt/Font.java b/libjava/java/awt/Font.java
new file mode 100644
index 00000000000..43b3c160e62
--- /dev/null
+++ b/libjava/java/awt/Font.java
@@ -0,0 +1,15 @@
+/* Copyright (C) 1999 Cygnus Solutions
+
+ This file is part of libjava.
+
+This software is copyrighted work licensed under the terms of the
+Libjava License. Please consult the file "LIBJAVA_LICENSE" for
+details. */
+
+package java.awt;
+
+/* A *very* incomplete placeholder. */
+
+public class Font
+{
+}