Re: RFR: 8357176: java.awt javadoc code examples still use Applet API [v3]

2025-05-21 Thread Phil Race
On Wed, 21 May 2025 18:56:51 GMT, Sergey Bylokhov wrote: > > > Ok .. here's uploaded javadoc to view > > > > > > > ``` > > > // The background image fills the frame so we > > > // don't need to clear the applet on repaints. > > > // Just call the paint method. > > > public void update(Graph

Re: RFR: 8357176: java.awt javadoc code examples still use Applet API [v3]

2025-05-21 Thread Sergey Bylokhov
On Tue, 20 May 2025 23:09:53 GMT, Sergey Bylokhov wrote: > > Ok .. here's uploaded javadoc to view > > > ``` > > // The background image fills the frame so we > > // don't need to clear the applet on repaints. > > // Just call the paint method. > > public void update(Graphics g) { > > p

Re: RFR: 8357176: java.awt javadoc code examples still use Applet API [v3]

2025-05-21 Thread Phil Race
On Tue, 20 May 2025 22:09:37 GMT, Phil Race wrote: >> Update the some code examples and accompanying images to no longer mention >> or display as applets. > > Phil Race has updated the pull request incrementally with one additional > commit since the last revision: > > 8357176 I think I hav

Re: RFR: 8357176: java.awt javadoc code examples still use Applet API [v3]

2025-05-21 Thread Alexey Ivanov
On Tue, 20 May 2025 22:09:37 GMT, Phil Race wrote: >> Update the some code examples and accompanying images to no longer mention >> or display as applets. > > Phil Race has updated the pull request incrementally with one additional > commit since the last revision: > > 8357176 src/java.desk

Re: RFR: 8357176: java.awt javadoc code examples still use Applet API [v3]

2025-05-21 Thread Alexey Ivanov
On Tue, 20 May 2025 22:09:37 GMT, Phil Race wrote: >> Update the some code examples and accompanying images to no longer mention >> or display as applets. > > Phil Race has updated the pull request incrementally with one additional > commit since the last revision: > > 8357176 I still have

Re: RFR: 8357176: java.awt javadoc code examples still use Applet API [v3]

2025-05-20 Thread Sergey Bylokhov
On Tue, 20 May 2025 22:09:37 GMT, Phil Race wrote: >> Update the some code examples and accompanying images to no longer mention >> or display as applets. > > Phil Race has updated the pull request incrementally with one additional > commit since the last revision: > > 8357176 > Ok .. here'

Re: RFR: 8357176: java.awt javadoc code examples still use Applet API [v3]

2025-05-20 Thread Phil Race
On Tue, 20 May 2025 22:09:37 GMT, Phil Race wrote: >> Update the some code examples and accompanying images to no longer mention >> or display as applets. > > Phil Race has updated the pull request incrementally with one additional > commit since the last revision: > > 8357176 Ok .. here's

Re: RFR: 8357176: java.awt javadoc code examples still use Applet API [v3]

2025-05-20 Thread Phil Race
On Tue, 20 May 2025 20:00:16 GMT, Alexey Ivanov wrote: >> Phil Race has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8357176 > > src/java.desktop/share/classes/java/awt/BorderLayout.java line 103: > >> 101: * >> 102: * >> 103: * impo

Re: RFR: 8357176: java.awt javadoc code examples still use Applet API [v3]

2025-05-20 Thread Phil Race
> Update the some code examples and accompanying images to no longer mention or > display as applets. Phil Race has updated the pull request incrementally with one additional commit since the last revision: 8357176 - Changes: - all: https://git.openjdk.org/jdk/pull/25278/files