mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-17 02:35:09 +00:00
Move license message below getting started
This commit is contained in:
parent
55ca84b7c1
commit
68bb4dae02
@ -60,9 +60,6 @@ public class PSystemWelcome extends AbstractPSystem {
|
|||||||
this.position = position;
|
this.position = position;
|
||||||
strings.add("<b>Welcome to PlantUML!");
|
strings.add("<b>Welcome to PlantUML!");
|
||||||
strings.add(" ");
|
strings.add(" ");
|
||||||
strings.add("If you use this software, you accept its license.");
|
|
||||||
strings.add("(details by typing \"\"license\"\" keyword)");
|
|
||||||
strings.add(" ");
|
|
||||||
strings.add("You can start with a simple UML Diagram like:");
|
strings.add("You can start with a simple UML Diagram like:");
|
||||||
strings.add(" ");
|
strings.add(" ");
|
||||||
strings.add("\"\"Bob->Alice: Hello\"\"");
|
strings.add("\"\"Bob->Alice: Hello\"\"");
|
||||||
@ -72,6 +69,9 @@ public class PSystemWelcome extends AbstractPSystem {
|
|||||||
strings.add("\"\"class Example\"\"");
|
strings.add("\"\"class Example\"\"");
|
||||||
strings.add(" ");
|
strings.add(" ");
|
||||||
strings.add("You will find more information about PlantUML syntax on <u>https://plantuml.com</u>");
|
strings.add("You will find more information about PlantUML syntax on <u>https://plantuml.com</u>");
|
||||||
|
strings.add(" ");
|
||||||
|
strings.add("If you use this software, you accept its license.");
|
||||||
|
strings.add("(details by typing \"\"license\"\" keyword)");
|
||||||
if (position == GraphicPosition.BACKGROUND_CORNER_BOTTOM_RIGHT) {
|
if (position == GraphicPosition.BACKGROUND_CORNER_BOTTOM_RIGHT) {
|
||||||
strings.add(" ");
|
strings.add(" ");
|
||||||
strings.add(" ");
|
strings.add(" ");
|
||||||
|
Loading…
Reference in New Issue
Block a user