numberOfStudentRegistredLabel.setBackground(infoPGroupComposite.getBackground());
}
private void createSearchGroup() {
IGroupStrategy groupStrategy = new RectangleGroupStrategy(new TwisteToggleStrategy(), RectangleGroupStrategy.PAINTIMAGEOUTOFBOUNDS|RectangleGroupStrategy.ROUNDED);
searchPGroup = new PGroup(this, groupStrategy);
searchPGroup.setText("Pesquisar");
searchPGroup.setBackground(new Color(null, 133,147,194));
searchPGroup.setForeground(new Color(null, 255,255,255));
searchPGroup.setImage(new Image(null, "img/searchEmployee_central.png"));