You can’t, objects can only created by developer in designer, not in client
If that is true, you should not call servoy object oriented. In any OO environment I worked with you are able to dynamicly create new classes and subclasses of objects, inherit the class properties and modify those for a certain instance.
I haven’t had the time to play around with it but I’m sure there is a way to duplicate instances of swing classes.
What is possible is that you can’t do it through servoy directly and need to pass via java & a plugin
I was indeed referring to the standard gui elements Servoy offers such as forms, fields, etc. Obviously if you move to Java you can do anything you wish.