Skip to content

v1.3.0

Compare
Choose a tag to compare
@DJ-Raven DJ-Raven released this 05 Dec 16:55
· 17 commits to main since this release

Update drawer add custom style

simpleMenuOption.setMenuStyle(new SimpleMenuStyle() {
    @Override
    public void styleMenuItem(JButton menu, int index) {
        menu.putClientProperty(FlatClientProperties.STYLE, ""
                + "[light]foreground:#FAFAFA;"
                + "arc:10");
    }
});

And more check this samle MyDrawerBuilder.java