diff options
Diffstat (limited to 'libjava/classpath/java/awt/peer/WindowPeer.java')
-rw-r--r-- | libjava/classpath/java/awt/peer/WindowPeer.java | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/libjava/classpath/java/awt/peer/WindowPeer.java b/libjava/classpath/java/awt/peer/WindowPeer.java index e8b7d72..3ca13a2 100644 --- a/libjava/classpath/java/awt/peer/WindowPeer.java +++ b/libjava/classpath/java/awt/peer/WindowPeer.java @@ -44,17 +44,17 @@ public interface WindowPeer extends ContainerPeer { void toBack(); void toFront(); - + /** * Update the always-on-top status of the Window. * * @since 1.5 */ void updateAlwaysOnTop(); - + /** * Request that this window peer be given the window focus. - * + * * @return true if the window received focus, false otherwise * @since 1.5 */ @@ -66,5 +66,4 @@ public interface WindowPeer extends ContainerPeer void updateMinimumSize(); void updateIconImages(); -} // interface WindowPeer - +} // interface WindowPeer |