[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Display Excel in full screen mode

I just want to mention that we should always dispose of all the automation references that we created so that the underlying objects are freed up.

We should add the following dispose to my previous example to prevent leaks:
sheet.dispose();
application.dispose();


Duong