Eclipse closes all shells when one is closed
问题 I've a project which is a randomizer. The randomizer gives a random number (of course) which is used to call a random game. For now, I only have one game. When I run the randomizer to get the game, everything works and it loads the game flawlessly. But, when I close the window which was created for the random game, it also closes the parent window which gives the user access to the randomizer. I am not sure as to why this is happening. I tried refactoring the name of my shell as well as my