From: <ml...@id...> - 2003-09-10 23:58:47
|
I have an app that stores a Template in a Frame, and has the whole thing in a GroupManager with a bunch of other objects. The text of the template is selectable. With the latest CVS code, I have an infinite recusion problem when I set the size of the template.. The template is resized, then the Frame is resized, then a Highlighter [where it comes from I don't know] is resized, then the Frame is resized, then the Highlighter and so on. Each time, the Frame size is reduced by 4 == the border width I specified. |