gc.drawImage(image, rect.width - image.getImageData().width - 10, 5);
gc.setForeground(new Color(SWTThread.getDisplay(),0,0,0));
Font font = new Font(display,"Arial",14,SWT.NONE );
gc.setFont(font);
gc.drawText(JMConstants.JMULE_NAME, 20, TOP_GRADIENT_HEIGHT / 2 - 15,true);
gc.setForeground(new Color(SWTThread.getDisplay(),0,0,0));
font = new Font(display,"Arial",10,SWT.NONE );
gc.setFont(font);
gc.drawText("Version : " + JMConstants.JMULE_VERSION, 17, TOP_GRADIENT_HEIGHT / 2 + 5,true);