Class Summary |
AboutDialog |
A class that represents the about dialog. |
CDoxFrame |
This is the main frame of the CDox graphical application. |
ChooseDataDialog |
GUI class to manage the data information. |
ContextPopupMenu |
A configurable popup menu class. |
CoverDialog |
This class represents a dialog, in which the user is able to chooce which covers he wants to make.
|
ExtensionFilter |
This class arranges the file extensions in the JFileChooser defined in CDoxFrame. |
ImageDialog |
A dialog which let the user slide a JSlider to correct a given BufferedImage. |
ImagePreview |
This class reprents a pane (preview, original) to draw a bufferedImage on. |
MyFileChooser |
This class represents a FileChooser with a preview pane, which previews the current
selected File, if it is an Image-File typ, and if the user chooses to do so with the
supplied checkbox. |
PlaySounds |
This class plays a sound. |
PreviewWindow |
Displays a high quality preview of the given Cover. |
RotateDialog |
This class represents a modal rotate dialog where the user can set the amount of degrees
to rotate. |
StatusDrawer |
This class represents a cow in a lowered rectangle which works like a
trafficlight, if the thing you're doing is working it is red and the cow is sleeping, if
you're ready calculating something it's green... and awake. |
StatusPane |
The statusbar for the CDoxFrame. |
StringPlacer |
A class to do some calculating on a String used for scrolling on the AboutPane, so that
the String always is placed in the middle. |
ToolBarPane |
This Class arranges the layout of the toolbars, for the original JPanel can not handle a
GridBagLayout with a floating ToolBar. |