Cleanup
This commit is contained in:
parent
605d050783
commit
2a9edf125e
|
@ -3,8 +3,6 @@ package nl.andrewlalis.blockbookbinder.control.source;
|
|||
import lombok.Getter;
|
||||
import lombok.Setter;
|
||||
import nl.andrewlalis.blockbookbinder.model.build.BookBuilder;
|
||||
import nl.andrewlalis.blockbookbinder.model.build.BookBuilder2;
|
||||
import nl.andrewlalis.blockbookbinder.util.ApplicationProperties;
|
||||
import nl.andrewlalis.blockbookbinder.view.SourceTextPanel;
|
||||
import nl.andrewlalis.blockbookbinder.view.book.BookPreviewPanel;
|
||||
|
||||
|
|
|
@ -198,9 +198,11 @@ public class ExportToBookDialog extends JDialog {
|
|||
) {
|
||||
JOptionPane.showMessageDialog(
|
||||
this,
|
||||
"Invalid page range. Please follow the rules below:\n" +
|
||||
"1. First page must be lower or equal to the last page.\n" +
|
||||
"2. Number of pages to export cannot exceed 100.\n",
|
||||
"""
|
||||
Invalid page range. Please follow the rules below:
|
||||
1. First page must be lower or equal to the last page.
|
||||
2. Number of pages to export cannot exceed 100.
|
||||
""",
|
||||
"Invalid Page Range",
|
||||
JOptionPane.WARNING_MESSAGE
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue