* Makefile.in (PREPROCESSOR_DEFINES): New macro.
[official-gcc.git] / libjava / java / awt / peer / FramePeer.java
blob6db70193ab6b8001f8514fac212a00ceae3f0ad1
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.peer;
11 /* A very incomplete placeholder. */
13 public interface FramePeer extends WindowPeer
15 void setTitle(String title);