thatoneguy
06-06-2007, 10:28 PM
I would like to be able to create a "myWindow" (custom class, just a view, w/ a border, and arbitrary content), and then create copies of it to display when a button is clicked (prototype design pattern). I don't see any generic copy method in the docs for LzView or LzNode. I could create a copy method in my "window" class, but I couldn't copy the arbitrary content. Does anyone know how to copy an object tree?