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