aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Java AWT Right to left (arabic) support Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Java AWT Right to left (arabic) support" Watch "Java AWT Right to left (arabic) support" New topic
Author

Java AWT Right to left (arabic) support

Stephen Munro
Greenhorn

Joined: Nov 12, 2010
Posts: 3
Hi, I'm trying to get a basic AWT app working that supports right to left text entry.
This is easy enough to to in Swing with .setOrientation(Orientation.RIGHT_TO_LEFT), but
when trying the same with AWT, nothing seems to happen.

I'm not too sure why this is happening and I know I shound't be using AWT , but unfortunately our PDA
app is constrained to use this until we find another solution. Anyone got any ideas how I can get awt components
like TextArea to support RTF?

regards,

Stephen
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Java AWT Right to left (arabic) support
 
Similar Threads
Posting from HTML form to java applet
Alignment
Swing Vs AWT
Invisible Colours
newbie help with swing forms