Closed HelgeStenstrom closed 5 years ago
I completely agree with you :) , also we don't need oldmain any more so i am deleting :)
Note that DemoApplication is somewhat simplified compared to your original Main. I have removed some commented-out code and empty statements.
To me, it seems odd to have non-static contents of the Main class, and to create an instance of Main. Therefore I have made a super-simple Main, and put the logic into a separate class, DemoApplication.
I have also made a few simplifiations of the demo application.
The old Main is now OldMain.