Removed line

This commit is contained in:
Andrew Lalis 2021-03-13 13:18:51 +01:00
parent e6694bed23
commit 86ede3789d
1 changed files with 0 additions and 1 deletions

View File

@ -88,7 +88,6 @@ public class BookPreviewPanel extends JPanel {
previewButtonPanel.add(this.nextPageButton); previewButtonPanel.add(this.nextPageButton);
previewButtonPanel.add(this.lastPageButton); previewButtonPanel.add(this.lastPageButton);
this.add(previewButtonPanel, BorderLayout.SOUTH); this.add(previewButtonPanel, BorderLayout.SOUTH);
Book starterBook = new Book(); Book starterBook = new Book();
starterBook.addPage(new BookPage()); starterBook.addPage(new BookPage());
this.setBook(starterBook); this.setBook(starterBook);