On Mon, 7 Aug 2023 19:43:38 GMT, Alexey Ivanov <[email protected]> wrote:
> A clean-up of documentation for > [`BoxLayout`](https://docs.oracle.com/en/java/javase/17/docs/api/java.desktop/javax/swing/BoxLayout.html#class-description): > > 1. Use the `<ul>` element instead of `<blockquote>` to list layout options or > axes. > 2. Add links to `GridBagLayout` and `Box` classes. > 3. Markup references to classes, mostly `BoxLayout` itself, with `{@code}`. > 4. Separate the introduction to layout description from the description of > horizontal layout. They're now in different paragraphs for easier scanning. > 5. Add the missing ‘a’ articles. > 6. Organise imports, including expanding the wildcard import. > > The updated version: > [**`BoxLayout.html`**](https://cr.openjdk.org/~aivanov/8313810/api/java.desktop/javax/swing/BoxLayout.html#class-description) > (without the CSS). Anyone else? Or may I integrate with one reviewer only? ------------- PR Comment: https://git.openjdk.org/jdk/pull/15182#issuecomment-1708526538
