I am working on a window based application, and I am in a situation where I need to generate Picture Boxes (or NSImageView) at run time based on some specifications. For eg. I need to generate 5 boxes at certain set of coordinates and of certain size, that can hold different JPEG images. A basic guidance for how to go about it would be really helpful. Kindly let me know how to add controls dynamically on a view.