Subclassing a component

I am trying to implement a zoom feature for a flipping book I am developing. When the user clicks on either the left or right page, a popup appears with the appropriate image for that page. My delima is I need to get rid of the Window Components “Title” background as well as the “Close” button.
Is there a way to do this by subclassing the Window component?

Ric