User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.0) Gecko/20020530
exquisitus wrote:
In SWT as far as I see now, subclassing is forbiden.
This is not correct. It is possible (even easy) to create one's own SWT
controls by subclassing. It is true, however, that you can't subclass
everything so one must sometimes rely on other techniques for overriding
behavior.
Hmmmm.... Another question: Are you going to support 3rd party SWT
controls in your GUI builder or only the built-in ones? How will this work?