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
+9-18Lines changed: 9 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,40 +57,31 @@ For a real-world example of usage, see [here](https://github.com/atarw/washer-ch
57
57
58
58
## Version 1.0.0
59
59
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).
62
61
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:
66
63
67
-
For a change the theme to runtime you can use this code
68
64
```
69
65
if (UIManager.getLookAndFeel() instanceof MaterialLookAndFeel){
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)
76
73
77
74
## 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.
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`.
0 commit comments