On Fri, 10 Sep 2021 20:53:06 GMT, Alisen Chung <github.com+90066231+alisench...@openjdk.org> wrote:
>> removed support for running demo from applet for J2Ddemo and SwingSet2 >> same PR as 8205137: Remove Applet support from SwingSet2 #5400 (changed >> branch name) > > Alisen Chung has updated the pull request incrementally with one additional > commit since the last revision: > > 8205137: Updated imports > > Reviewed-by: alichung Marked as reviewed by prr (Reviewer). src/demo/share/jfc/SwingSet2/HtmlDemo.java line 45: > 43: import java.awt.*; > 44: import java.awt.event.*; > 45: import java.beans.*; So this is good clean up to have .. wildcard imports of so many packages that aren't even used ! ------------- PR: https://git.openjdk.java.net/jdk/pull/5401