jewl
Class AppletPanel

java.lang.Object
  extended byjewl.Window
      extended byjewl.Container
          extended byjewl.AppletPanel

public class AppletPanel
extends Container

The top-level graphical container associated with an applet. An AppletPanel can only be accessed via the getPanel() method of its associated applet, and cannot be created directly.


Method Summary
 java.lang.String getTitle()
          Get the current title for this panel.
 void setTitle(java.lang.String title)
          Set the current title for this panel.
 
Methods inherited from class jewl.Container
getBorderHeight, getBorderWidth, getInteriorHeight, getInteriorWidth
 
Methods inherited from class jewl.Window
addEventListener, commandAvailable, getCommand, getFont, getHeight, getID, getLeft, getScreenHeight, getScreenWidth, getSource, getTop, getWidth, hide, init, isVisible, nextCommand, parent, root, setFont, setID, setLocation, setSize, show, show
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTitle

public java.lang.String getTitle()
Get the current title for this panel. The title is not displayed anywhere.

Specified by:
getTitle in class Container
Returns:
The current title for this panel.

setTitle

public void setTitle(java.lang.String title)
Set the current title for this panel. The title is not displayed anywhere.

Specified by:
setTitle in class Container
Parameters:
title - the current title for this panel.