This is one of those things where the answer might be totally obvious, but it continues to elude me. I also know that I am attempting to use the Windows UI paradigm inside the OS X environment. With that said I still need to hear the logic behind why things work like this.

For every application there are 3 buttons in the upper-left corner.

Yellow minimizes and does so correctly because it has a ‘-’ on it when you hover over it. Green maximizes and does so correctly because it has a ‘+’ on it when you hover over it. When you hover over the red button you get an ‘X’ which leads me to believe that you are closing the application. Apparently though you are just closing the window and not the application, which I guess means that OS X uses a ‘window’ paradigm in comparison to Windows which uses a full application-type paradigm.

If that’s not the case then why when I click on the red button the window closes but the application is still ‘active’?

This is a series that began here