org.dmonix.gui.panes
Class OptionPaneHandler

java.lang.Object
  extended byorg.dmonix.gui.panes.OptionPaneHandler

public abstract class OptionPaneHandler
extends java.lang.Object

Utility for displaying various messages. Copyrigh: Copyright (c) 2001 Company: dmonix.org

Version:
1.0
Author:
Peter Nerg

Constructor Summary
OptionPaneHandler()
           
 
Method Summary
static void copyrightPane(java.awt.Component parent, java.lang.String year, java.lang.String owner, java.lang.String version, java.lang.String heading)
          Display copyright information
static void errorLogPane(java.awt.Component parent)
          Notify the user that an error has occurred and it has been logged to file
static void errorLogPane(java.awt.Component parent, java.lang.String logFile)
          Notify the user that an error has occurred and it has been logged to file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionPaneHandler

public OptionPaneHandler()
Method Detail

copyrightPane

public static void copyrightPane(java.awt.Component parent,
                                 java.lang.String year,
                                 java.lang.String owner,
                                 java.lang.String version,
                                 java.lang.String heading)
Display copyright information

Parameters:
parent - Owner frame, null if not a frame
year - Year for the copyright
owner - Name of the owner
version - Current version
heading - The text to be displayed in the heading

errorLogPane

public static void errorLogPane(java.awt.Component parent)
Notify the user that an error has occurred and it has been logged to file

Parameters:
parent - Owner frame, null if not a frame

errorLogPane

public static void errorLogPane(java.awt.Component parent,
                                java.lang.String logFile)
Notify the user that an error has occurred and it has been logged to file

Parameters:
parent - Owner frame, null if not a frame
logFile - Name of the logfile beeing used


Copyright © 1998-2005 dmonix.org Peter Nerg, All Rights Reserved.