unsubscribe
I have a gizmo that keeps track of resources for a program. The problem
is that Im ending up passing this gizmo to every child component and
that is beginning to bug me. In C++ I ould just create a global static
var and let everyone access it. This is one of those rare cases where
its a good idea.
Sean Chen wrote:
> Hi Robert,
>
> Thanks for your clarification. It seems like you'll be building a library
> around which modelling tools can be built, correct? In essence, the
> metamodel.
Hmm, I dont know if that is the case. there will be functionality for
manipulation of the model, its ju
I am working on a rather large apoplication and just spent a good 4
hours looking for a bug. I thought at first my properties storing gizmo
was broken and looked all throught that for the problem. FInally I
realized the problem was the size of the window. This class extends
JFrame and gets a deskt