puzzled.dialogs
Class ProblemConfig

java.lang.Object
  |
  +--puzzled.dialogs.ProblemConfig

public class ProblemConfig
extends java.lang.Object

This class displays the dialog allowing the user to view/modify the problem configuration.

Version:
1.54 24 March 99
Author:
Frédéric Demers

Constructor Summary
ProblemConfig(ProblemSolver parent_arg, Grid newGrid_arg)
          Single constructor.
 
Method Summary
 boolean showConfigDialog()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProblemConfig

public ProblemConfig(ProblemSolver parent_arg,
                     Grid newGrid_arg)
Single constructor. It accepts a reference to the parent application as a parameter.
Parameters:
a - reference to the parent application.
Method Detail

showConfigDialog

public boolean showConfigDialog()