Sep 7, 2004

GridBag Layout

Interesting Animation
http://madbean.com/blog/2004/17/totallygridbag.html

Sep 3, 2004

Eclipse (3.0.0) Tips

1> If you are using CVS in eclipse and want to see all the output of CVS commands (like CVS checkout, checkin etc) on the console :
Go to Window->Preferences.Enable Team-> CVS->Console-> 'Show CVS output in the console view'
By default this option is not checked and therefore you wont be able to see the output of the CVS commands on the console

2>By default folding is enabled when you open a new file. Folding for inner classes/packages can be disbaled from Preferences->Editor->Folding (tab).Uncheck the option 'Enable folding when opening a new editor'

More tips later... :)