Wednesday, September 8, 2010

Set SWT combo width

Setting SWT combo width to its widest item?

1. either re-compute its size and call setSize()

2. combo.pack(true) works as well

Tuesday, July 27, 2010

Internationalize your RCP app


I came across this article that talks about globalizing RCP application by i18n as well as setting up localized splash screens.



http://www.ibm.com/developerworks/java/library/os-eclipse-globalrcp/index.html

Tuesday, July 20, 2010

Eclipse Memory Analyzer

Good article about finding memory leaks with heap dumps using Eclipse Memory Analyzer

Eclipse Memory Analyzer