Search the Search Engines
Pick a search engine, type in what you want to look for, and just go for it.
If you want to put this applet on your web page, copy and paste the applet tagged code below into your page. If you want me to send you a copy of the class file or you want me to add more search engines, contact me here.
-------------
<applet code="SearchGooee.class" codebase="http://java.dovesnet.co.uk/applets/SearchGooee/" width="450" height="50"></applet>
Information
This applet was first designed as a search function to go on my own personal website and is still there. My initial idea was just to build an applet to search the popular engine Google (hence I named the class called 'SearchGooee' as seen in the applet code above), but then thought, why..? For example
Q: What difference is this compared to just going to Google direct and searching from there? A: None.
It was at this point I had the idea to incorporate a number of search engines and put them in a dropdown list (JComboBox). The result is what can be seen above.
If there are any search engines that you use which haven't been included, please contact me and let me know.