All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vnet.display.ConsoleNetFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----vnet.display.ConsoleNetFrame

public class ConsoleNetFrame
extends Frame
Class to track down the events on a net layout, showing the events in a frame

Version:
0.1, august-1997
Author:
LuisM Pena

Constructor Index

 o ConsoleNetFrame(NetLayout, String, Dimension)

Method Index

 o dispose()
Allows the destruction of the ConsoleNet, and its cleaning up

Constructors

 o ConsoleNetFrame
 public ConsoleNetFrame(NetLayout net,
                        String title,
                        Dimension initial)
Parameters:
net - the NetLayout to manage
title - the title for the frame
initial - new initial dimension of the frame

Methods

 o dispose
 public void dispose()
Allows the destruction of the ConsoleNet, and its cleaning up

Overrides:
dispose in class Frame

All Packages  Class Hierarchy  This Package  Previous  Next  Index