RFR: 7903929: Improve component layout in ChoiceQuestionRenderer and ChoiceArrayQuestionRenderer
Leonid Kuskov
lkuskov at openjdk.org
Fri Jan 10 16:11:49 UTC 2025
On Fri, 10 Jan 2025 12:50:57 GMT, Dmitry Bessonov <dbessono at openjdk.org> wrote:
> The ChoiceQuestionRenderer and ChoiceArrayQuestionRenderer classes contain a complex layout of the components which represent selectable options. This layout is based on JTable used as a container and this over-complicates navigation with keyboard and proper rendering.
>
> Instead of JTable, a standard approach to layout using panels could be used.
Marked as reviewed by lkuskov (Reviewer).
-------------
PR Review: https://git.openjdk.org/jtharness/pull/91#pullrequestreview-2542840255
More information about the jtharness-dev
mailing list