Skip to content

Commit 472d611

Browse files
author
atarw
committed
Revert "Update README.md"
This reverts commit 0a5e770.
1 parent 0a5e770 commit 472d611

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,11 @@ public class MaterialUISwingDemo {
3636
frame.add (content, BorderLayout.CENTER);
3737

3838
// on hover, button will change to a light blue
39+
<<<<<<< refs/remotes/upstream/master
3940
MaterialUIMovement.add (button, MaterialColors.LIGHT_BLUE_500);
41+
=======
4042
MaterialUIMovement.add (button, MaterialColors.BLUE_400);
43+
>>>>>>> fix support for jscrollbar
4144

4245
frame.pack ();
4346
frame.setVisible (true);

0 commit comments

Comments
 (0)