Class | Description |
---|---|
AdjacencyMatrixDialog |
Represents a dialog to create an adjacency matrix of a graph.
|
AnnotationDialog |
Represents a dialog to display
Annotation s. |
InputDialog |
An input dialog where the user can enter a string.
|
OptionDialog |
Represents an abstract option dialog.
|
SolveExerciseDialog |
Represents a dialog to solve
AlgorithmExercise s where the user has to input a solution or select values from a list or
something like that. |
SolveExerciseDialog.SolutionEntry<C extends java.awt.Component> |
Represents a solution entry in the
SolveExerciseDialog . |
SolveExercisePane |
Provides methods to show a
SolveExerciseDialog in an easy way. |