For anybody reading this thread, the problem is actually a lazy programmer. I have several forms opening. On my linux desktop, I had enabled the feature to hide the toolbar. I was trying to debug a part of my program, so I enabled the toolbar to show up as part of the process. This is where I ran into trouble, I had a number of no name forms opening up and was having a hard time keeping track of what form was closing. So I posted the above question. Upon further examination of my program, I made the lazy mistake of not titling the different forms to tell me what was open and what was closed (gone from the toolbar). So I actually had no problem. This was just basic 101 programming laziness. Sorry to bother you.