KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > java > awt > peer > FontPeer


1 /*
2  * @(#)FontPeer.java 1.11 03/12/19
3  *
4  * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
5  * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
6  */

7
8 package java.awt.peer;
9
10 /**
11  * The peer interfaces are intended only for use in porting
12  * the AWT. They are not intended for use by application
13  * developers, and developers should not implement peers
14  * nor invoke any of the peer methods directly on the peer
15  * instances.
16  */

17 public interface FontPeer {
18 }
19
Popular Tags