My question is it possible to port Swing into .Net world? Or a project like this has already been started.
If it is not possible, can anyone please shed some light on the reason?
My question is it possible to port Swing into .Net world? Or a project like this has already been started.
If it is not possible, can anyone please shed some light on the reason?
It won't translate on a line-for-line basis, to be sure, but it can be done, especially if your code is properly layered.
WinForms does a lot of things differently (IMO better, for the most part) that Swing, and WPF is even more different. It can be done, but it won't be easy.