gridData.widthHint = 50;
placeholder.setLayoutData(gridData);
//Label for custom progress Bar
pb_holder = new Label(custom_download_comp,SWT.NULL);
customProgressBar = new CustomProgressBar();
pb_holder.setImage(customProgressBar.paintProgressBar(pb_holder,100,20,new Integer(0),View.getDisplay(),true));
gridData = new GridData(GridData.HORIZONTAL_ALIGN_BEGINNING);
pb_holder.setLayoutData(gridData);