com.edsdev.jconvert.presentation
Class UpgradeVersionChecker

java.lang.Object
  extended bycom.edsdev.jconvert.presentation.UpgradeVersionChecker

public class UpgradeVersionChecker
extends java.lang.Object

This is a helper class that is designed to determine if there is a new version of the application that should be retrieved. If there is, then the user is prompted to get that latest version from the web.

Author:
Ed Sarrazin Created on Nov 2, 2007 4:11:43 PM

Constructor Summary
UpgradeVersionChecker()
           
 
Method Summary
 void checkForUpdates(java.awt.Frame parent)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeVersionChecker

public UpgradeVersionChecker()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args -

checkForUpdates

public void checkForUpdates(java.awt.Frame parent)


JConvert - opensource project by Ed Sarrazin