By the way, I was looking at JSplitPane and there are several public properties documented there with field names.
For example: /** * Bound property for the dividerLocation. * @since 1.3 */ public final static String DIVIDER_LOCATION_PROPERTY = "dividerLocation"; > On Nov 15, 2017, at 8:52 AM, Semyon Sadetsky <semyon.sadet...@oracle.com> > wrote: > > It seems I missed that point in the discussion. I agree the documenting the > new property make sense because of its importance for HiDPI. > > --Semyon > > On 11/15/2017 08:42 AM, Alan Snyder wrote: >> It is great to have this problem fixed for the JDK provided components, but >> what is the solution for application developers who need to update custom >> layouts when the graphics configuration changes? >> >> If the solution is to listen for changes to the graphicsConfiguration >> property, then that property needs to be documented. >> >> If the solution is something else, then what is it? >> >> Alan >>