net.aerith.misao.gui.dialog
Class JimiNotFoundDialog

java.lang.Object
  |
  +--net.aerith.misao.gui.dialog.JimiNotFoundDialog

public class JimiNotFoundDialog
extends java.lang.Object

The JimiNotFoundDialog represents a dialog to show the error message which implies the JIMI is not installed.


Constructor Summary
JimiNotFoundDialog()
          Constructs a JimiNotFoundDialog.
 
Method Summary
static java.lang.String[] getMessages()
          Gets the dialog message.
 int show(java.awt.Container pane)
          Shows this dialog.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

JimiNotFoundDialog

public JimiNotFoundDialog()
Constructs a JimiNotFoundDialog.
Method Detail

show

public int show(java.awt.Container pane)
Shows this dialog.
Parameters:
pane - the parent pane of this dialog.
Returns:
0 if OK button is pushed, or 2 if Cancel button is pushed.

getMessages

public static final java.lang.String[] getMessages()
Gets the dialog message.
Returns:
the dialog message in string array.