Removed line
This commit is contained in:
parent
e6694bed23
commit
86ede3789d
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue