Combo c = new Combo(shell, 0); c.setBounds(0, 0, 200, 200); IPaintDecoration d = IPaintDecoration.Factory.paintRectangle(shell, new Rectangle(10, 10, 100, 100), shell.getDisplay().getSystemColor(SWT.COLOR_BLUE));