147148149150151152153
this.setSize(489, 358); this.setLayout(new FlowLayout()); this.setBorder(BorderFactory.createEmptyBorder(0, 0, 0, 0)); this.add(getControls(), null); setState(DebugState.NOT_ATTACHED); this.eventHandler = new VMEventHandler(); }