On Tue, 13 Aug 2024 22:27:58 GMT, Andy Goryachev <ango...@openjdk.org> wrote:
> Adding SplitMenuButton constructors matching MenuButton: > > - public SplitMenuButton(String text) > - public SplitMenuButton(String text, Node graphic) > - public SplitMenuButton(String text, Node graphic, MenuItem... items) The API change looks good. Can you add tests for the new constructors in SplitMenuButtonTest, similar to those in MenuButtonTest? ------------- PR Review: https://git.openjdk.org/jfx/pull/1535#pullrequestreview-2239346495