googlesearch
Class SampleMain

java.lang.Object
  extended by googlesearch.SampleMain

public class SampleMain
extends java.lang.Object


Constructor Summary
SampleMain()
           
 
Method Summary
static void main(java.lang.String[] args)
          A simple exerciser for this package To use this you will need to get your own Google Key by registering at http://www.google.com/apis/ You will also need to download the googleapi.jar file from there and put it into your project.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleMain

public SampleMain()
Method Detail

main

public static void main(java.lang.String[] args)
A simple exerciser for this package To use this you will need to get your own Google Key by registering at http://www.google.com/apis/ You will also need to download the googleapi.jar file from there and put it into your project.

Parameters:
args - not used