Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-goryachev committed Jun 12, 2016
1 parent d8d6c75 commit 4e1b35f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/CPane.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Binary file added screenshots/2016-0612-125645-607.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/demo/dock/DemoLoginPane.java
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down

0 comments on commit 4e1b35f

Please sign in to comment.