Skip to content

Commit ca68431

Browse files
authored
updated some wording of stuff
1 parent 09bf584 commit ca68431

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

README.md

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -57,40 +57,31 @@ For a real-world example of usage, see [here](https://github.com/atarw/washer-ch
5757

5858
## Version 1.0.0
5959

60-
This look and feel implement an method for theming personal, don't use the MetalTheme but implements
61-
the complete system.
60+
This look and feel implements theming to change the color scheme of the Material UI. Currently this isn't completely stable, but if you want to implement a theme for this look and feel, you can extend and implement the abstract class `AbstractMaterialTheme` (look at `mdlaf.themes.MaterialLiteTheme` for an example).
6261

63-
For the moment not is scheduler a documentations and this is considered a version alpha, if you want to
64-
try the implement a theme for this look and feel, you can extend the abstract class AbstractMaterialTheme implement
65-
the methods abstract, for more info look theme mlaf.thmes.MaterialLiteTheme
62+
To change the theme, use the below code:
6663

67-
For a change the theme to runtime you can use this code
6864
```
6965
if (UIManager.getLookAndFeel() instanceof MaterialLookAndFeel){
7066
MaterialLookAndFeel.changeTheme(new MaterialDarkTheme());
7167
}
7268
```
73-
Look the example [here](https://github.com/vincenzopalazzo/material-ui-swing/tree/masternow/src/test/java/integration/gui/mock)
74-
75-
The theming system is projected by [@vincenzopalazzo](https://github.com/vincenzopalazzo)
69+
70+
A working example is also found [here](https://github.com/vincenzopalazzo/material-ui-swing/tree/masternow/src/test/java/integration/gui/mock).
71+
72+
This theming system was implemented by [@vincenzopalazzo](https://github.com/vincenzopalazzo)
7673

7774
## Stack Overflow
78-
We are using the Stack Overflow to help the community because we don't have much time to write detailed documentation, but remember we worked hard to build a customizable look-and-feel.
79-
If you need the help, you can write a post
80-
with these tags
81-
82-
**java**, **material**, **swing**, **look-and-feel**
83-
84-
ps:we use these until we have one of our own
75+
76+
We don't have much time to write detailed documentation, but if you want to get help, post a question on Stack Overflow with the tags `material-ui-swing`, `java`, `material`, `swing`, `look-and-feel`.
8577

8678
## License
8779
![License](https://img.shields.io/github/license/vincenzopalazzo/material-ui-swing.svg?style=for-the-badge)
8880

89-
9081
_**List of projects with Material-UI-Swing theme**_
9182
- [JMars Beta](https://JMars.mars.asu.edu)
9283

93-
_Send me a mail if you use material-ui-swing so I add the your project at the list_
84+
Contact us if you use this look and feel so we can add your project to the list 🙂
9485

9586
## Community
9687
[![Gitter chat](https://img.shields.io/gitter/room/vincenzopalazzo/material-ui-swing.svg?style=for-the-badge)](https://gitter.im/material-ui-swing/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

0 commit comments

Comments
 (0)