This is just a thought that I had but you should be able to create a new DrawingPanel and set the location within the main DrawingPanel. So you would create a new DrawingPanel with "DrawingPanel = new DrawingPanel(x,y)" and then set the new location of it in the window with ".setLocation(x,y)". Hope this helps!