I noticed you added several setter-methods to the class Point and
Dimension. These two classes are read-only by design. The reason is
that widgets that use dimension shall not change their size silently
but only through a setter method in widget.
Please remove the setter methods from the aforementioned classes. You
can use WritablePoint and WritableDimension instead.
Thanks!
Johannes
Johannes Schaback a écrit :