Monday, November 3, 2008

GGBLOG - Border Dispute

I've been playing around with Eclipse RCP lately and have found the eclipse forms a great way to prevent your application looking like ye olde VB app.

If you ever start using eclipse forms and find your text boxes don't have borders see if you have this line of code at the bottom of your eclipse form code.

toolkit.paintBordersFor(form.getBody());

If you don't have this your text boxes will apear invisible against the default white background colour.

No comments: