RFR: 8357176: java.awt javadoc code examples still use Applet API [v3]
Sergey Bylokhov
serb at openjdk.org
Tue May 20 23:12:53 UTC 2025
On Tue, 20 May 2025 22:09:37 GMT, Phil Race <prr at openjdk.org> 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 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) {
> paint(g);
> }
https://cr.openjdk.org/~prr/8357176/api/java.desktop/java/awt/MediaTracker.html
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25278#issuecomment-2896031531
More information about the client-libs-dev
mailing list