// If monitor is on, try to obtain any monitor controls
// from the processor and display them.
setLayout(new BorderLayout());
Control controls[] = p.getControls();
Panel monitorPanel = null;
Component monitorComp = null;
for (int i = 0; i < controls.length; i++) {
if (controls[i] instanceof MonitorControl) {