}
private void init() throws ProcessException {
//load the class file list
this.completeMethodList =
new Controller().getMethodList(parentBean);
int methodCount = this.completeMethodList.size();
int panelHeight = methodCount *
(Constants.UIConstants.GENERAL_COMP_HEIGHT + vgap);
this.lablePanel = new JPanel();