Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/masternow' into masternow
Browse files Browse the repository at this point in the history
  • Loading branch information
vincenzopalazzo committed Feb 26, 2019
2 parents d1f22ba + 2fb1e28 commit 775c9ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![](https://jitpack.io/v/vincenzopalazzo/material-ui-swing.svg)](https://jitpack.io/#vincenzopalazzo/material-ui-swing) [![License Info](http://img.shields.io/badge/license-The%20MIT%20License-brightgreen.svg)](https://github.com/vincenzopalazzo/material-ui-swing/blob/masternow/LICENSE)
[![](https://img.shields.io/jitpack/v/vincenzopalazzo/material-ui-swing.svg?color=yellow&style=for-the-badge)](https://jitpack.io/#vincenzopalazzo/material-ui-swing) ![License](https://img.shields.io/github/license/vincenzopalazzo/material-ui-swing.svg?style=for-the-badge)

# "Will undergo changes soon"

Expand Down Expand Up @@ -45,7 +45,7 @@ public class MaterialUISwingDemo {
JPanel content = new JPanel ();
content.add (button);
frame.add (content, BorderLayout.CENTER);

//Using MaterialToast
JButton buttonTwoo = new JButton();
class ActionToastTest extends AbstractAction{
Expand Down Expand Up @@ -74,7 +74,7 @@ public class MaterialUISwingDemo {
}
````

Check `src/MaterialUISwingDemo.java` for a slightly longer example of how to use this library (and an explanation of what everything means/does).
Check `src/MaterialUISwingDemo.java` for a slightly longer example of how to use this library (an explanation of what everything means/does).
For a real-world example of usage, see [here](https://github.com/atarw/washer-chess).

# Misc
Expand Down

0 comments on commit 775c9ed

Please sign in to comment.