You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,11 @@ Screenshot in action below (chessboard not included 😛):
7
7
8
8

9
9
10
-
# Some Examples
10
+
# Usage
11
+
12
+
Go to the releases and download the latest version of `material-ui-swing.jar`. Add it to your project's build path (e.g. for IntelliJ [this](https://www.jetbrains.com/help/idea/import-project-from-existing-sources-libraries-page.html) might help), and you're all set!
13
+
14
+
## Example
11
15
12
16
````java
13
17
importmdlaf.*;
@@ -44,7 +48,7 @@ public class MaterialUISwingDemo {
44
48
}
45
49
````
46
50
47
-
Check `src/MaterialUISwingDemo.java` for a slightly longer example of how to use this library (and an explanation of what everything means/does).
51
+
Check `src/main/java/MaterialUISwingDemo.java` for a slightly longer example of how to use this library (and an explanation of what everything means/does).
48
52
For a real-world example of usage, see [here](https://github.com/atarw/washer-chess).
0 commit comments