Hi there. I very hope on your help. I found an on-screen keyboard on javaFX. On the assignment, I need to add support for the Ukrainian language. Change the language I knotted on the button metaKey. The problem is that when you try to hang a listener on this button (toggleButton), because of the lambda-based handler, all the code breaks. I understand logically what needs to be added, but the functionality is not enough knowledge. Push me please in the desired direction. Thanks in advance.
Many users are reluctant to go off-site to check out code. Can you post the relevant snippets here? When you do, please surround the code in code tags like [code]this[/code].
In your github code, you have eliminated the import statements. Please include them, as it makes the code much harder to read and can also change the meaning of the code.
So, to combine what Campbell and I said, post the entire code listing here, with import and package statements, and UseCodeTags (that's a link).
All things are lawful, but not all things are profitable.
Thanks for your advice, but I can't do it, because my post is very long. I can show link on GitHub repo with source code its I want to change. I'm so sorry.
link on GitHub repo with virtualKeyBoard
Thanks for your advice, but I can't do it, because my post is very long. I can show link on GitHub repo with source code its I want to change. I'm so sorry.
link on GitHub repo with virtualKeyBoard
Also here is a link to my post on another forum, however it is Russian-speaking
link
Ok, I got your code to execute, but I don't know what the problem is. In particular, what does this mean?
Change the language I knotted on the button metaKey. The problem is that when you try to hang a listener on this button (toggleButton), because of the lambda-based handler, all the code breaks.
Could you post the listener code that breaks all the code?
All things are lawful, but not all things are profitable.
Thank you for your answer, but I managed to find another solution. However, it does not completely solve the problem. I can change languages, but one language remains inactive. To achieve this, I changed the method of the ShiftaleButton (). I attached my new solution as a file to this message. Thanks.