On Mon, 6 Apr 2020 23:26:12 GMT, Kevin Rushforth <[email protected]> wrote:
>> Fix the code that integrates TextField/TextArea with the android keyboard >> >> Fix for #8242163 > > Similar question as for the IOS keyboard issue: The newly moved > `TextAreaSkinAndroid ` and `TextFieldSkinAndroid` > classes will become part of the public API for Android, since they are in the > `javafx.scene.control.skin` package. Is > this intended, or might they still be able to live somewhere under > `com.sun.javafx`? Same reason as in the iOS case. The `TextFieldSkinAndroid` was in `com.sun.javafx` at the same level as `TextFieldSkin`. Since `TextFieldSkin` was moved to `javafx`, I moved `TextFieldSkinAndroid` as well. ------------- PR: https://git.openjdk.java.net/jfx/pull/157
