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 3 of 3

Thread: How can i detect the word in a text editor, where the current cursor is located?

  1. #1
    Junior Member
    Join Date
    Jun 2011
    Location
    Nepal
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How can i detect the word in a text editor, where the current cursor is located?

    Please help me, im new in Java


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: How can i detect the word in a text editor, where the current cursor is located?

    What do you mean by "text editor"? An external program? A JTextArea? Something else? And what do you mean by "current cursor"? Do you mean the mouse pointer, or the blinking cursor where text is entered?

    What have you tried? Where are you stuck? You've have better luck if you posted an SSCCE demonstrating what you're talking about.

    Please see the link in my signature on asking smart questions before you post again.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

  3. #3
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: How can i detect the word in a text editor, where the current cursor is located?

    Suggested reading: http://www.catb.org/~esr/faqs/smart-questions.html

    This thread has been cross posted here:

    http://www.java-forums.org/awt-swing/45797-how-can-i-detect-word-text-editor-when-i-right-click.html

    Although cross posting is allowed, for everyone's benefit, please read:

    Java Programming Forums Cross Posting Rules

    The Problems With Cross Posting


Similar Threads

  1. text color changer based on words/ word classification by color
    By knoxy5467 in forum Java Theory & Questions
    Replies: 25
    Last Post: June 15th, 2011, 07:52 AM
  2. Text editor and command line
    By cl2606 in forum Java IDEs
    Replies: 2
    Last Post: June 8th, 2011, 08:20 AM
  3. making text editor using string class
    By petadeer in forum What's Wrong With My Code?
    Replies: 1
    Last Post: February 14th, 2011, 03:28 AM
  4. changing the splitpane's cursor
    By chronoz13 in forum AWT / Java Swing
    Replies: 2
    Last Post: February 8th, 2010, 12:11 PM
  5. Show Text With cursor
    By ravjot28 in forum AWT / Java Swing
    Replies: 1
    Last Post: January 20th, 2010, 10:02 AM