Browse Source

Update README.md

pull/27/head
Jannis Weis 5 years ago committed by GitHub
parent
commit
ddd8f0b3cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -56,7 +56,7 @@ public class DarklafDemo {
SwingUtilities.invokeLater(() -> {
LafManager.install();
JFrame frame = new JFrame("Darklaf - A Darcula LaF for Swing");
JFrame frame = new JFrame("Darklaf - A themeable LaF for Swing");
frame.setSize(600, 400);
JButton button = new JButton("Click here!");

Loading…
Cancel
Save