On Wed, 29 Oct 2025 15:10:43 GMT, Ziad El Midaoui <[email protected]> wrote:
> Added new method `setSquareSize(double size)` to be able to customize the > size of squares in `ColorPalette` which was previously hardcoded with a value > 15 I was about to try and figure out why the lack of javadoc comments didn't fail the build. Then I noticed that the class in question, `ColorPalette.java`, is not a public class. That means that this PR doesn't actually provide the desired functionality as far as the application is concerned. This will need more work. I recommend moving it back to Draft until it is ready. ------------- PR Comment: https://git.openjdk.org/jfx/pull/1954#issuecomment-3481789850
