RFR: 8357176: java.awt javadoc code examples still use Applet API [v3]
Phil Race
prr at openjdk.org
Wed May 21 20:21:56 UTC 2025
On Wed, 21 May 2025 18:56:51 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.
oops. I missed what that comment was about
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25278#issuecomment-2899120305
More information about the client-libs-dev
mailing list