diff --git a/doc/CPane.md b/doc/CPane.md index 2910d36..17b3f4b 100644 --- a/doc/CPane.md +++ b/doc/CPane.md @@ -6,7 +6,7 @@ The grid (or, rather, table) layout is similar to my Swing which in turn was inspired by [info.clearthought.TableLayout](http://www.clearthought.info/) -![screenshot](https://github.com/andy-goryachev/FxDock/blob/master/screenshots/2016-0611-154848-513.png) +![screenshot](https://github.com/andy-goryachev/FxDock/blob/master/screenshots/2016-0612-125645-607.png) ## Example diff --git a/screenshots/2016-0612-125645-607.png b/screenshots/2016-0612-125645-607.png new file mode 100644 index 0000000..67dffc4 Binary files /dev/null and b/screenshots/2016-0612-125645-607.png differ diff --git a/src/demo/dock/DemoLoginPane.java b/src/demo/dock/DemoLoginPane.java index cf321cb..3899237 100644 --- a/src/demo/dock/DemoLoginPane.java +++ b/src/demo/dock/DemoLoginPane.java @@ -26,9 +26,9 @@ public class DemoLoginPane public DemoLoginPane() { super(DemoGenerator.LOGIN); - setTitle("CPane // Login Form"); + setTitle("CPane Demo // Login Form"); - String info = "This demonstrates table layout capabilities of CPane component. CPane is easier to use than GridPane because one does not have to set so many constraints on the inidividual nodes."; + String info = "This demonstrates table layout capabilities of CPane component. CPane is easier to use than GridPane because one does not have to set so many constraints on the inidividual nodes, and you also have border layout capability as well."; infoField = new TextFlow(new Text(info));