|
|
@ -246,7 +246,7 @@ public class Storybook { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public static void main(String... args) throws URISyntaxException { |
|
|
|
public static void main(String... args) { |
|
|
|
SwingUtilities.invokeLater(() -> new Storybook().start()); |
|
|
|
SwingUtilities.invokeLater(() -> new Storybook().start()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|