OSDN Git Service

libjava/
[pf3gnuchains/gcc-fork.git] / libjava / classpath / java / awt / peer / FramePeer.java
index 13435f8..9297914 100644 (file)
@@ -71,5 +71,8 @@ public interface FramePeer extends WindowPeer
    * @since 1.5
    */
   void setBoundsPrivate(int x, int y, int width, int height);
+
+  Rectangle getBoundsPrivate();
+
 } // interface FramePeer