INFO ON JPORTSCAN VERSION 2.0

	This program is a TCP Port Scanner. Basically, it scans an internet host and prints out a list of all the TCP Ports that the host is listening on. This can be useful for determinig which services are running on the host machine. For example, if the host is listening on port 21, it is probably runing an FTP server. Also included in the printout is a description of the service that is most likely running on each port, although not every port number comes with a description.	
	Another capability of the software is host name resolution. Simply put, if an IP address is entered, the program will tell you the Host name, and if a host name is entered, the IP Address will be printed.
	Updates from version 1.0 include addition of a GUI interface, as well as the host name resolution funtionality. 
