Home | History | Annotate | Line # | Download | only in hello-java-swing
      1  1.1  christos Correct display of characters depends on the JVM and its locale-dependent font
      2  1.1  christos configuration. For example, on Linux/x86, in
      3  1.1  christos   Sun JDK 1.3.1  de_DE, zh_CN work
      4  1.1  christos   IBM JDK 1.3.0  de_DE, sr_YU work - ja_JP, zh_CN don't work (displays squares)
      5  1.1  christos   Sun JDK 1.4.2  de_DE, sr_YU work - ja_JP, zh_CN don't work (displays squares)
      6