Okay so, I have a panel painted that has a dynamic overlay of colors if a certain event happens. However, I want multiple of these panels, so I'd have to do panel.paint = function on each to add unique text/boxes and such. Is it possible to keep drawing the default paint function, then draw on top of that?