GitHub user oyarzun added a comment to the discussion: How do you make the SplitPane dividers visible in the default nb look and feel?
You can use the FlatLAF custom properties file. Settings -> Appearance -> FlatLaf -> Edit Custom Properties Add the style property and any of the other [SpiltPane properties ](https://www.formdev.com/flatlaf/components/splitpane/) if desired. ```properties # FlatLaf custom property overrides. # Save file and restart NetBeans to apply. # For full documentation see https://www.formdev.com/flatlaf/properties-files/ # and https://www.formdev.com/flatlaf/components/ # SplitPaneDivider.style=grip #SplitPane.dividerSize=8 #SplitPaneDivider.gripDotSize=4 #SplitPaneDivider.gripDotCount=4 #SplitPaneDivider.gripColor=#000000 ``` GitHub link: https://github.com/apache/netbeans/discussions/9196#discussioncomment-15756577 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
