com.raelity.jvi.cmd
Class OptionsDialog

java.lang.Object
  extended by com.raelity.jvi.cmd.OptionsDialog

public class OptionsDialog
extends Object

The module requires com.l2fprod.common... see http://common.l2fprod.com/ Only the jar l2fprod-common-sheet.jar is needed. NOTE: this file can simply be excluded from compilation and everything will work fine since it is invoked through reflection.


Nested Class Summary
static class OptionsDialog.ColorPropertyEditor
           
static class OptionsDialog.MyBooleanAsCheckBoxPropertyEditor
           
static class OptionsDialog.XMLUtil
          A Utility to aid in various XML activities.
 
Constructor Summary
OptionsDialog()
           
 
Method Summary
static JComponent getOptionsPanel()
           
static void show(Frame owner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionsDialog

public OptionsDialog()
Method Detail

show

public static void show(Frame owner)

getOptionsPanel

public static JComponent getOptionsPanel()