All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class duckMachine.GUI.MemoryPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----duckMachine.GUI.MemoryPanel

public class MemoryPanel
extends Panel
A panel for the memory.


Constructor Index

 o MemoryPanel(MachineFrame, MemoryI, Word)

Method Index

 o updatePanel(MemoryI, Word)

Constructors

 o MemoryPanel
 public MemoryPanel(MachineFrame mf,
                    MemoryI mem,
                    Word pc)

Methods

 o updatePanel
 public void updatePanel(MemoryI mem,
                         Word pc)

All Packages  Class Hierarchy  This Package  Previous  Next  Index