Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Wayne Crawford   on Jun 29 In Java Category.

  
Question Answered By: Melissa King   on Jun 29

Quite right…

As some complementary explanations:

Right-To-Left support  first introduced with JDK1.2 when Swing got embedded into JDK for the first time. The support was not so complete then but as we’re going on (and especially with 1.4+), the support for right-to-left languages is getting better and better.

By setting the “orientation” of the built-in Swing components (including but not limited to JTable, JTree, JTabbedPane, JButton, JTextField, JTextArea and so on), you’ll have it all rendered and capturing the input from right perfectly. Definitely there are bugs, but all can be taken care by a few efforts and always there are workarounds.



Really no need to reinvent the wheel once again in java  with Persian enabled components! Thanks God! It has been resolved once and forever…

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Farsi Support in Java Or get search suggestion and latest updates.


Tagged: