Re: JavaFX TextInputControl private access yet supposed to be overrided problem
On 25/07/2025 16:19, tom L wrote: Hello. I have this problem where a lot of methods and utility in TextInputControl I think you are looking for openjfx-dev. -Alan
JavaFX TextInputControl private access yet supposed to be overrided problem
Hello. I have this problem where a lot of methods and utility in TextInputControl have package private access while at the same time are expected to be used/overriden by children. For example, ``` String filterInput(String text) { // This method should be overridden by child classes.