Re: RFR: 8340306: Add border around instructions in PassFailJFrame

2024-09-18 Thread Phil Race
On Tue, 17 Sep 2024 12:39:20 GMT, Alexey Ivanov wrote: > A trivial change which adds border around instruction text. It makes the text > easier to read. > > (In some tests, people added leading spaces to each line to make the > instructions easier to read; with the added border, there's no nee

Re: RFR: 8340306: Add border around instructions in PassFailJFrame

2024-09-17 Thread Harshitha Onkar
On Tue, 17 Sep 2024 12:39:20 GMT, Alexey Ivanov wrote: > A trivial change which adds border around instruction text. It makes the text > easier to read. > > (In some tests, people added leading spaces to each line to make the > instructions easier to read; with the added border, there's no nee

Re: RFR: 8340306: Add border around instructions in PassFailJFrame

2024-09-17 Thread lawrence . andrews
On Tue, 17 Sep 2024 12:52:46 GMT, Alexey Ivanov wrote: >> A trivial change which adds border around instruction text. It makes the >> text easier to read. >> >> (In some tests, people added leading spaces to each line to make the >> instructions easier to read; with the added border, there's n

Re: RFR: 8340306: Add border around instructions in PassFailJFrame

2024-09-17 Thread Alexey Ivanov
On Tue, 17 Sep 2024 12:39:20 GMT, Alexey Ivanov wrote: > A trivial change which adds border around instruction text. It makes the text > easier to read. **Updated look:** ![Screenshot of PrintLatinCJKTest with border around text](https://github.com/user-attachments/assets/93311a78-6339-42f0-9

RFR: 8340306: Add border around instructions in PassFailJFrame

2024-09-17 Thread Alexey Ivanov
A trivial change which adds border around instruction text. It makes the text easier to read. - Commit messages: - 8340306: Add border around instructions in PassFailJFrame Changes: https://git.openjdk.org/jdk/pull/21038/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=2103