Color colorFg2 = new Color(null, 255, 255, 255);
gc.setForeground(colorFg2);
Font font = new Font(null, "Arial", 10, SWT.BOLD);
gc.setFont(font);
gc.drawText("Escolha uma Categoria", 25, 32,SWT.DRAW_TRANSPARENT);
// Font fontPhotoLegend = new Font(null, "Arial", 12, SWT.BOLD);
// gc.setFont(fontPhotoLegend);
// gc.drawText("Seja", categoryButtonsComposite.getBounds().width - 90,categoryButtonsComposite.getBounds().height - 80,SWT.DRAW_TRANSPARENT);
// gc.drawText("bem-vindo",categoryButtonsComposite.getBounds().width - 90,categoryButtonsComposite.getBounds().height - 60,SWT.DRAW_TRANSPARENT);