Arabic Typesetting font slowers my JTextArea, JTextPane and JTextEditor
问题 I am using JTextArea to show heavy text in Urdu, Arabic and English language in Java. The problem is that my GUI freezes for 12-15sec when I use Arabic Typesetting font for JTextArea . I am getting text from XML and then showing in textarea, also using linewrap . My window also freezes for about 5sec when I re-size my window. Although on the console I am told that time taken for setting the text : 7.005 but when message shown it did not immediately show text in JTextArea but after about 5sec.