Not sure where the printout is coming from if you have gotten rid of the myFrame class.I got rid of my myFrame class
it gives me
myFrame bounds = java.awt.Rectangle[x=0,y=0,width=0,height=0]
I'm assuming that the label for the printed message has the name of the class it is in. The idea when debugging with printlns is to have ALL of the printlns use a unique label so you can tell which println it came from.