RFR: 8313408: Use SVG for BoxLayout example

Sergey Bylokhov serb at openjdk.org
Sun Aug 6 00:42:38 UTC 2023


On Sat, 5 Aug 2023 19:13:20 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

> Replace the GIF image of `BoxLayout` example with an SVG one which renders crisp on all the displays, including High DPI ones.
> 
> Compare the images:
> 
>   * [`BoxLayout`](https://docs.oracle.com/en/java/javase/17/docs/api/java.desktop/javax/swing/BoxLayout.html#class-description), Java 17, with GIF image;
>   * [`BoxLayout`](https://cr.openjdk.org/~aivanov/8313408/api/java.desktop/javax/swing/BoxLayout.html#class-description) with SVG image.
> 
> (The updated version lacks CSS and JS from the javadoc tool; there are only two files `BoxLayout.html` and `BoxLayout-1.svg`.)

Marked as reviewed by serb (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/15169#pullrequestreview-1564039181



More information about the client-libs-dev mailing list