[all packages] [package ] [class hierarchy] [index]

public class FrameScrollable

(source file: FrameScrollable.java)
java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----FrameScrollable

The pure class interface.
public class FrameScrollable
  extends Frame
A frame with scrollbars at either side. Were I doing this using AWT 1.1, I could just use the ScrollPane class, but that's not available on 1.0.

Author:
Alan Jeffrey
Version: v1.0 1998/06/11

Constuctor Index

O FrameScrollable(String)
Create a new frame with scrollbars.

Methods

O handleEvent(Event)
O setContents(CanvasDrawer)
Set the contents of the frame.
O show()

Constructors

O FrameScrollable
public FrameScrollable(String name);
Create a new frame with scrollbars.

Parameters:
name - the name of the frame.

Methods

O setContents
public void setContents(CanvasDrawer contents);
Set the contents of the frame.

Parameters:
contents - the new contents of the frame.

O handleEvent

public boolean handleEvent(Event evt);

O show

public void show();


[all packages] [package ] [class hierarchy] [index]
FrameScrollable.html