Skip to content

Commit

Permalink
Update README.md heading and remove unneeded comments on other files
Browse files Browse the repository at this point in the history
  • Loading branch information
dukke committed Apr 5, 2018
1 parent 6e1102b commit accfce9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 29 deletions.
26 changes: 0 additions & 26 deletions LICENSE.txt

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# FXRibbon
Ribbon control for JavaFX, based on [Microsoft Ribbon](https://en.wikipedia.org/wiki/Ribbon_(computing)).
Ribbon control for Java, using JavaFX framework, based on [Microsoft Ribbon](https://en.wikipedia.org/wiki/Ribbon_(computing)).
If you want to support the development of this library consider a [donation or sponsoring a feature or bug fix](http://www.pixelduke.com/contact).

## Documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public ObservableList<Button> getButtons(){
return buttons;
}

//TODO: Clarify this..
public ObservableList<Button> getRightButtons()
{
return rightButtons;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@
</RibbonTab>
<RibbonTab text="NOTES">
</RibbonTab>
<RibbonTab text="SERIES" contextualColor="blue">
</RibbonTab>
<!--<RibbonTab text="SERIES" contextualColor="blue">-->
<!--</RibbonTab>-->
</tabs>
</Ribbon>

Expand Down

0 comments on commit accfce9

Please sign in to comment.