I making a webcrawler and I only need the GUI to set parameters for the crawling, after that, the execution runs forever in an infinite loop.
It's possible when I start crawling (currently clickin on a button), I dispose of the GUI to free resources and and run the application in text/console mode?