Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Displaying Hindi language document

  1. #1
    Junior Member
    Join Date
    Apr 2010
    Posts
    6
    My Mood
    Aggressive
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Displaying Hindi language document

    Hi all,

    i need to develop a code that can enable people to read any hindi language document by using java's swing , specifically JSwing. please tell how to go about doing this...
    Various issues which i have come across is as follows:-

    -how to access local file system.
    -how to display this document using appropriate font and to recognize this font ?

    Please tell how to go about coding for this application ?
    Last edited by nakul; March 15th, 2011 at 04:42 AM. Reason: for better understanding


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default Re: Displaying Hindi language document

    Hello nakul,

    You could access the local file system like this: http://www.javaprogrammingforums.com...ewer-tree.html

    I am not sure about reading a Hindi language document but hopefully someone else here can shed some light on this.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

Similar Threads

  1. How to set Document Filter
    By nimishalex in forum AWT / Java Swing
    Replies: 0
    Last Post: December 27th, 2010, 03:32 AM
  2. Scanning Document Issue
    By redvenice in forum What's Wrong With My Code?
    Replies: 2
    Last Post: August 20th, 2010, 08:18 AM
  3. Upload Image / Document
    By systech44 in forum Java Servlet
    Replies: 1
    Last Post: August 11th, 2010, 09:42 AM
  4. Exception while parsing jasper document
    By rajumtmm in forum Member Introductions
    Replies: 0
    Last Post: February 26th, 2010, 05:44 AM
  5. How to read an XML document in Java with DOM Parse?
    By JavaPF in forum File Input/Output Tutorials
    Replies: 0
    Last Post: May 20th, 2008, 07:04 AM