much quicker BooksPanel display, set max title size for BookBlocks
[fanfix.git] / src / be / nikiroo / fanfix_swing / gui / MainFrame.java
index 9d25169c3e6276199324ed6423f1cecab101d9c2..d580c61c788d380b69f1af000d1e25f11c893fc9 100644 (file)
@@ -29,6 +29,7 @@ public class MainFrame extends JFrame {
                detailsPanel = true;
 
                browser = new BrowserPanel();
+               books = new BooksPanel(true);
 
                JComponent other = null;
                boolean orientationH = true;
@@ -47,8 +48,6 @@ public class MainFrame extends JFrame {
                        other = split(goBack, details, false, 0.5, 1);
                }
 
-               books = new BooksPanel(true);
-
                browser.addActionListener(new ActionListener() {
                        @Override
                        public void actionPerformed(ActionEvent e) {