Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse Console vs JTextArea
Eclipse Console vs JTextArea [message #1696190] Fri, 22 May 2015 16:16 Go to next message
Avi Abrami is currently offline Avi AbramiFriend
Messages: 25
Registered: May 2015
Junior Member
Hi,
I have implemented an algorithm for converting Hebrew text from visual order to logical order. However the converted text appears differently in a JTextArea than it does in the Eclipse console. I am actually using IBM's Rational Application Developer (RAD) and Java 1.5
In the console the text appears correctly. In the JTextArea it does not.
Please someone explain to me why the text appears incorrectly in the JTextArea.

Thank you,
Avi.
Re: Eclipse Console vs JTextArea [message #1696319 is a reply to message #1696190] Mon, 25 May 2015 15:02 Go to previous message
Stephan Herrmann is currently offline Stephan HerrmannFriend
Messages: 1853
Registered: July 2009
Senior Member
Perhaps your algorithm is now conflicting with SWT's built-in support for bidirectional text?
Have you seen http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fbidi.html ?
Previous Topic:Base64Decoder error
Next Topic:Importing a project from multiple src locations
Goto Forum:
  


Current Time: Fri Dec 13 15:33:34 GMT 2024

Powered by FUDForum. Page generated in 0.04208 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top