|
|
|
|
|
by coldtea
2231 days ago
|
|
>Way way way way way harder, I'd think. It's basically never been done in the modern era. Also never been really tried, except by second tier companies with small recourses like Trolltech/QT, or even smaller open source attempts like Wx. |
|
Then when RIA was a buzzword Sun/Oracle tried to modernise Swing without success. Today the only big Swing apps that I know are Netbeans and maybe IntelliJ (but I think that IntelliJ has tons of customisations on top of it).
So is even hard for a big company too. I guess the problem is that the framework will be always behind the OS, and you need to recreate all the styles or to create a thin layer with the common denominator between platforms.
Is interesting that different approaches to cross-platform UI (draw all vs thin layer) goes back to Smalltalk. AFAIK the idea of Swing drawing all the UI came from VisualWorks, while the thin layer of SWT came from IBM VisualAge