Interface for monitoring compilation progress.
This is used by CompilePanel, CompileWorker and
CompilePanelAutomationHelper to display the progress of the compilation.
This class describes the result of the compilation.
This class is here because error handling is not straight-forward with regard to compilation.
The error condition consists of an error message, the full command line which failed to execute
plus it's stdout and stderr.
Defines the Interface that must be implemented for running Panels in automated (or "silent",
"headless") install mode.
Implementing classes MUST NOT link against awt/swing classes.
With this ResourceManager you are able to get resources from the jar file.
All resources are loaded language dependent as it's done in java.util.ResourceBundle.