<Swing Dev> [10] RFR JDK-8178025:HiDPI with non-integer scale factor - SPANs in HTML are rendered overlapping each other
Alan Snyder
javalists at cbfiddle.com
Thu Nov 16 00:11:29 UTC 2017
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.sadetsky at 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
>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/swing-dev/attachments/20171115/5d837462/attachment.html>
More information about the swing-dev
mailing list