There are code examples in the javadoc that use the applet API and most of them have images which clearly show they were run in AppletViewer.
classes are
java.awt.BorderLayout
java.awt.FlowLayout
java.awt.GridLayout
java.awt.GridBagLayout
java.awt.MediaTracker
the layout managers are the ones with images.
We should re-do these as main programs.
classes are
java.awt.BorderLayout
java.awt.FlowLayout
java.awt.GridLayout
java.awt.GridBagLayout
java.awt.MediaTracker
the layout managers are the ones with images.
We should re-do these as main programs.
- links to
-
Review(master) openjdk/jdk/25278