Skip to content

Commit 0a5e770

Browse files
authored
Update README.md
1 parent 3c31dda commit 0a5e770

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,8 @@ 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
4039
MaterialUIMovement.add (button, MaterialColors.LIGHT_BLUE_500);
41-
=======
4240
MaterialUIMovement.add (button, MaterialColors.BLUE_400);
43-
>>>>>>> fix support for jscrollbar
4441

4542
frame.pack ();
4643
frame.setVisible (true);

0 commit comments

Comments
 (0)