messange.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
messange.setBackground(searchPGroupComposite.getBackground());
}
private void createReportGroup() {
IGroupStrategy groupStrategy = new RectangleGroupStrategy(new TwisteToggleStrategy(), RectangleGroupStrategy.PAINTIMAGEOUTOFBOUNDS|RectangleGroupStrategy.ROUNDED);
PGroup reportsPGroup = new PGroup(this, groupStrategy);
reportsPGroup.setText("Relat�rios");
reportsPGroup.setBackground(new Color(null, 133,147,194));
reportsPGroup.setForeground(new Color(null, 255,255,255));
reportsPGroup.setImage(new Image(null, "img/relatorio_central.png"));