CS3398-Mocha-Coffee / -CS3398-Mocha-F2017

0 stars 1 forks source link

Implement Search function into GUI with multi-threading #95

Open cml176 opened 7 years ago

cml176 commented 7 years ago

Implement the Custom Search Function that scrapes contents from a google custom search engine.

The search function cannot be called on the EDT or else it will freeze the GUI. Therefore it must run on its own thread.