X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Freader%2Fui%2FGuiReaderPropertiesFrame.java;h=0ad082ce3a9089409910ce74e7e9ab073b23d861;hb=31e28683c108bb5903864c58b0cc06bfa258fbfc;hp=5a647de5a28d7080347626f4ea14588469154ea0;hpb=14bb95fae33d405c0a43682c144d081bfbcad545;p=fanfix.git diff --git a/src/be/nikiroo/fanfix/reader/ui/GuiReaderPropertiesFrame.java b/src/be/nikiroo/fanfix/reader/ui/GuiReaderPropertiesFrame.java index 5a647de..0ad082c 100644 --- a/src/be/nikiroo/fanfix/reader/ui/GuiReaderPropertiesFrame.java +++ b/src/be/nikiroo/fanfix/reader/ui/GuiReaderPropertiesFrame.java @@ -15,12 +15,26 @@ import javax.swing.JPanel; import javax.swing.JTextArea; import be.nikiroo.fanfix.data.MetaData; +import be.nikiroo.fanfix.data.Story; import be.nikiroo.fanfix.reader.BasicReader; import be.nikiroo.fanfix.reader.Reader; +/** + * A frame displaying properties and other information of a {@link Story}. + * + * @author niki + */ public class GuiReaderPropertiesFrame extends JFrame { private static final long serialVersionUID = 1L; + /** + * Create a new {@link GuiReaderPropertiesFrame}. + * + * @param reader + * the linked reader + * @param meta + * the meta to describe + */ public GuiReaderPropertiesFrame(Reader reader, MetaData meta) { // Borders int top = 20;