Adil
Adil

Reputation: 4623

Displaying Arabic text in JavaFX application

I have a simple javafx application that I have created using Scene Builder 1.0, I have tested this application in both xp and win7 and the arabic characters displays well, but when I have tested the same application in another machines (xp and win7) the application displays arabic in disorder (from left to right) ! how can I fix this ?

JavaFX 2.1 - Netbeans 7.2 - JDK 1.7

Upvotes: 1

Views: 1821

Answers (1)

Sergey Grinev
Sergey Grinev

Reputation: 34498

Unfortunately Bi-Di tests (e.g. Arabic) would be supported only in fx 3.0 (coming next year), see http://javafx-jira.kenai.com/browse/RT-17411

Although you will be able to try it once developers builds of 3.0 will be made available, I expect it to happen soon.

Upvotes: 2

Related Questions