RFR: 8328553: Get rid of JApplet in test/jdk/sanity/client/lib/SwingSet2/src/DemoModule.java
Phil Race
prr at openjdk.org
Wed Aug 14 21:00:50 UTC 2024
On Sat, 3 Aug 2024 18:07:16 GMT, lawrence.andrews <duke at openjdk.org> wrote:
> 1) Replaced JApplet with JPanel
> 2) Tests passed before and after fix
test/jdk/sanity/client/lib/SwingSet2/src/DemoModule.java line 46:
> 44: * A generic SwingSet2 demo module
> 45: */
> 46: public class DemoModule extends JPanel {
But you still import JApplet !
See line 34 above.
> import javax.swing.JApplet;
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20450#discussion_r1717542948
More information about the client-libs-dev
mailing list