Why is JavaFX API not included in Java 8 J2SE? -


does have idea why javafx 8 still isn't everyday j2se api in upcoming java 8?

the technology diagram showing java components excludes javafx j2se stack.

i'd see javafx , swing apis side-by-side in jdk javadocs.. , wonder why oracle doesn't/can't give that?

btw, on topic of javafx's different status (compared other standards included in j2se), can explain why authors of javafx felt absolutely necessary re-invent wheel creating awt/swing-incompatible concepts fx fonts, fx colors, , like?

javafx planned become standart part of javase in time frame of javase 9 (as jsr).

in mean time, oracle ships javafx part of javase implementation (but other vendors won't).

why authors of javafx felt absolutely necessary re-invent wheel creating awt/swing-incompatible concepts fx fonts, fx colors, , like?

javafx modern ui toolkit using software stack works closely graphic card, if available.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -