We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c31dda commit 0a5e770Copy full SHA for 0a5e770
README.md
@@ -36,11 +36,8 @@ public class MaterialUISwingDemo {
36
frame.add (content, BorderLayout.CENTER);
37
38
// on hover, button will change to a light blue
39
-<<<<<<< refs/remotes/upstream/master
40
MaterialUIMovement.add (button, MaterialColors.LIGHT_BLUE_500);
41
-=======
42
MaterialUIMovement.add (button, MaterialColors.BLUE_400);
43
->>>>>>> fix support for jscrollbar
44
45
frame.pack ();
46
frame.setVisible (true);
0 commit comments