> I am somewhat stumped on how to implement a component into my
> application. Basically, I already have a ConfigurationFile object
[quoted text clipped - 20 lines]
>
> Thanks
FWIW, I tend to use the, "Global options," you mention and have each
behaviour read these options without caching, so that the behaviour will
change once the option values change.
For example, see:
http://www.edmundkirwan.com/servlet/fractal/cs1/frac-cs110.html
Of course, if changing an option could affect that way something static
has already been done (e.g., changing an option could change the
background photo in an app, and that background is only drawn when the
app starts) then I'd have thought the observer pattern would be the way
to go.
.ed

Signature
www.EdmundKirwan.com - Home of The Fractal Class Composition.
Download Fractality, free Java code analyzer:
www.EdmundKirwan.com/servlet/fractal/frac-page130.html