All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class edsac.gui.MainMemoryTube
java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----edsac.gui.MainMemoryTube
  -  public class MainMemoryTube
  
-  extends Container
  
Main Memory Tube.. Displays 16 x 35 bit CRTs.
  
  -  
	MainMemoryTube()
   -  Creates an empty main memory tank
 
  
  -  
	setMemory(boolean[][])
   -  Updates the contents of the Crt lines
 
  
MainMemoryTube
 public MainMemoryTube()
  -  Creates an empty main memory tank
 
  
setMemory
 public void setMemory(boolean memoryContents[][])
  -  Updates the contents of the Crt lines
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index