Advertisement
Guest User

Untitled

a guest
Jul 28th, 2011
399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. Combo c = new Combo(shell, 0);
  2. c.setBounds(0, 0, 200, 200);
  3.  
  4. IPaintDecoration d = IPaintDecoration.Factory.paintRectangle(shell, new Rectangle(10, 10, 100, 100), shell.getDisplay().getSystemColor(SWT.COLOR_BLUE));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement