On Fri, 15 Mar 2024 03:43:13 GMT, Tejesh R <[email protected]> wrote: >> Hi Reviewers, >> >> I have updated the test with PassFailJFrame with information panel, earlier >> this was informed through terminal. >> Please review and let me know your suggestions if any. > > test/jdk/java/awt/print/PrinterJob/SecurityDialogTest.java line 67: > >> 65: } >> 66: >> 67: PassFailJFrame passFailJFrame = new PassFailJFrame.Builder() > > I am getting an error for using new `PassFailJFrame passFailJFrame = new > PassFailJFrame.Builder()`, stating _"'Builder()' has private access in > 'PassFailJFrame.Builder'"_ Probably because I have fetched latest > PassFailJFrame. > And also you can use `PassFailJFrame.builder()` method.
For me its building and running properly ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/18299#discussion_r1525848915
