package rmi.rmiimage;

import java.awt.*;

class CpuControlPanel
    extends Panel {
  CpuControlPanel() {
    setLayout(new GridLayout(0, 3));
  }
}