Providing a google search facility to a text box in java windows application [closed]
can we provide a google search facility to a text box in java windows application..
Yes, you can use Jakarta Commons HttpClient to submit the search request to Google, and read the result. Then, you can use Swing's ability to do DOM processing and render HTML to display the results.
Yes. Yes, you can.
精彩评论