[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: disposing objects - again

Randy Hudson wrote:

What about:
gc.setFont(new Font (display, "Courier", 10, SWT.NORMAL));
...
gc.getFont().dispose();

"Veronika Irvine" <veronika_irvine@xxxxxxx> wrote in message
news:bf1hmo$au0$1@xxxxxxxxxxxxxx


Only if you can be absolutely assured that no one else has changed the font in the gc. Often the gc is passed on to others and they could do something to.


--
Thanks, Rich Kulp