User Profile

Collapse

Profile Sidebar

Collapse
sreekanth3084
sreekanth3084
Last Activity: Dec 7 '12, 10:25 AM
Joined: Dec 7 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Code:
    import javax.swing.*;
    
    import org.languagetool.JLanguageTool;
    import org.languagetool.Language;
    import org.languagetool.rules.RuleMatch;
    
    import java.awt.*;
    import java.awt.event.*;
    import java.io.IOException;
    import java.util.List;
    
    public class Check implements KeyListener {
    	private JFrame f; // Main frame
    	private JTextArea ta, tSuggest; // Text area
    	private
    ...
    See more | Go to post
    Last edited by Meetee; Dec 7 '12, 09:42 AM. Reason: Use code tags <code/> around your code

    Leave a comment:


  • How to create a textarea and append the list to it?

    I have to create a textarea and if i have typed any character in the textarea it has to check in the dictionary.jar file and it has to display the related words in the list attached to that textarea
    See more | Go to post
No activity results to display
Show More
Working...