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
-
ConsoleNetFrame(NetLayout, String, Dimension)
-
-
dispose()
- Allows the destruction of the ConsoleNet, and its cleaning up
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
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