RFR: 8205137: Remove Applet support from SwingSet2 [v2]

Sergey Bylokhov serb at openjdk.java.net
Sat Sep 11 00:42:50 UTC 2021


On Fri, 10 Sep 2021 21:58:29 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

> What is the preferred order of imports?

Usually it is
java.*
empty line
javax.*
empty line
others.*
empty line 
static java.*
empty line
static javax.*
empty line
others.*

-------------

PR: https://git.openjdk.java.net/jdk/pull/5401



More information about the client-libs-dev mailing list