Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[albireo-dev] AwtEnvironment & customizability

Hi Gordon,

AwtEnvironment has some parts that should be customizable, such as the
Look&Feel choices. But in your initial contribution the AwtEnvironment
instance is hard to replace by another instance, since it contains pointers
to a RepaintManager, adds a DisposeListener, etc.

I'll therefore try to move out to a separate class LookAndFeelHandler all
the policy, i.e. all the calls that should be customizable and deal with
look&feel. Possibly there will be some other policy handlers later (regarding
dialogs, focus or so).

Bruno


Back to the top