Am I correct that Oracle has deprecated Swing and that JavaFx 2.0 is it's official replacement?
This makes sense to me because it would seem kind of goofy for oracle to maintain the development of two competing api's that do pretty much the same thing. Yet Oracle has introduced enhancements like translucent windows, shaped windows, etc into the java 7 swing api. I take it this may be for transitional purposes but still I'd really appreciate it if someone could clue me on what the current 'standard' or 'best practice' choice is for new applications - Swing or javafx 2.0? Another source of unanswered questions seems to be the fate of Java 2D. Is it worth mastering that API now that another graphics engine, Prism, uunderlies JavaFx 2.0?
Much Thanks, Marc