Venice 0.7beta

org.mov.ui
Class GPLViewDialog

java.lang.Object
  extended by org.mov.ui.GPLViewDialog

public class GPLViewDialog
extends java.lang.Object

Displays a dialog showing the GPL (General Public License).

Author:
Andrew Leppard

Method Summary
static boolean showGPLAcceptanceDialog()
          Show a dialog displaying the GPL and ask for the user to accept or reject the license.
static void showGPLViewDialog()
          Show a dialog displaying the GPL.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showGPLViewDialog

public static void showGPLViewDialog()
Show a dialog displaying the GPL.


showGPLAcceptanceDialog

public static boolean showGPLAcceptanceDialog()
Show a dialog displaying the GPL and ask for the user to accept or reject the license.

Returns:
true if the user accepted the license

Venice 0.7beta