Malformed Farsi characters on AWT
问题 When I started programming with the JDK6, I had no problem with text components , neither in AWT nor in Swing. But for labels or titles of AWT components I do have a problem. I can't display Farsi characters on AWTs components (in Swing I type them into the source code). Here's my sample code: import javax.swing.*; import java.awt.*; import java.io.*; import java.util.Properties; public class EmptyFarsiCharsOnAWT extends JFrame{ public EmptyFarsiCharsOnAWT() { super("مثال");