X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=src%2Fbe%2Fnikiroo%2Ffanfix%2Freader%2FGuiReaderGroup.java;h=ca3768d92a616a08ee714d9ca9419963ef6cc9e7;hp=2161de563aec2e25265c3ed66636a06a242167c4;hb=e42573a004fac26378c693ce9ef0d6319713c682;hpb=062ee296d56e273fa30fd3a078e5b18a02f2e00d diff --git a/src/be/nikiroo/fanfix/reader/GuiReaderGroup.java b/src/be/nikiroo/fanfix/reader/GuiReaderGroup.java index 2161de5..ca3768d 100644 --- a/src/be/nikiroo/fanfix/reader/GuiReaderGroup.java +++ b/src/be/nikiroo/fanfix/reader/GuiReaderGroup.java @@ -33,15 +33,14 @@ public class GuiReaderGroup extends JPanel { * Create a new {@link GuiReaderGroup}. * * @param reader - * the {@link GuiReaderBook} used to probe some information - * about the stories + * the {@link GuiReaderBook} used to probe some information about + * the stories * @param title * the title of this group * @param backgroundColor * the background colour to use (or NULL for default) */ - public GuiReaderGroup(GuiReader reader, String title, - Color backgroundColor) { + public GuiReaderGroup(GuiReader reader, String title, Color backgroundColor) { this.reader = reader; this.backgroundColor = backgroundColor; @@ -101,7 +100,7 @@ public class GuiReaderGroup extends JPanel { if (stories != null) { for (MetaData meta : stories) { - GuiReaderBook book = new GuiReaderBook(meta, + GuiReaderBook book = new GuiReaderBook(reader, meta, reader.isCached(meta.getLuid()), seeWordcount); if (backgroundColor != null) { book.setBackground(backgroundColor); @@ -116,8 +115,7 @@ public class GuiReaderGroup extends JPanel { } } - public void popupRequested(GuiReaderBook book, - MouseEvent e) { + public void popupRequested(GuiReaderBook book, MouseEvent e) { } public void action(GuiReaderBook book) {