Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Re: Subclassing Shell


> On Thu, 8 Jan 2004, Steve Northover wrote:
>
> > To really answer this question, you need to describe the cases that
> make
> > sense to you.
>
> for instance, I want to ensure that all my windows get the same
> application icon, so I make a base class, that derives from Shell and
> sets the image in the constructor.

You could subclass Window and override configureShell(Shell newShell)
method.

Michael



Back to the top