puzzled.dialogs
Class Preferences

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

public class Preferences
extends java.lang.Object

This class displays the dialog allowing the user to view/modify the program preferences. The different preferences that can be set are :

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

Constructor Summary
Preferences(ProblemSolver parent_arg)
          Single constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Preferences

public Preferences(ProblemSolver parent_arg)
Single constructor. It accepts a reference to the parent application as a parameter.
Parameters:
a - reference to the parent application.