Skip to content

Commit

Permalink
chore(ui): Land darklaf 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bric3 committed Apr 18, 2022
1 parent 01d8337 commit 006f95b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
import java.awt.*;

public class TitleBar extends JPanel {
private static final long serialVersionUID = 1L;

public TitleBar(JComponent component) {
setLayout(new BorderLayout());
add(component, BorderLayout.CENTER);
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

[versions]
flatlaf = "2.1"
darklaf = "latest.integration"
darklaf = "3.0.0"
graalvm = "22.0.0.2"
junit-jupiter = "5.8.2"
jmc-flightrecorder = "8.1.0"
Expand Down

0 comments on commit 006f95b

Please sign in to comment.