Packages This Package Prev Next Index
public interface java.awt.peer.FramePeer extends java.awt.peer.WindowPeer (II-§3.22) { // Methods public abstract void setCursor(int cursorType); §3.10.1 public abstract void setIconImage(Image im); §3.10.2 public abstract void setMenuBar(MenuBar mb); §3.10.3 public abstract void setResizable(boolean resizeable); §3.10.4 public abstract void setTitle(String title); §3.10.5 }
public abstract void setCursor(int cursorType)
cursorType
-
one of the predefined cursor constants defined above.
public abstract void setIconImage(Image im)
image
-
the icon image to be displayed
public abstract void setMenuBar(MenuBar mb)
mb
-
the new menu bar
public abstract void setResizable(boolean resizeable)
resizable
-
true if the frame should be resizable; false otherwise.
public abstract void setTitle(String title)
title
-
the new title of this frame, or null to delete the title.
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)