This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gui][PATCH] FYI: fixes to JLabel


>>>>> "Kim" == Kim Ho <kho@redhat.com> writes:

Kim> +  public final static String DISABLED_ICON_CHANGED_PROPERTY = "disabledIcon";

FYI, in Java there is a conventional ordering for modifiers.  See
java.lang.reflect.Modifier; I think it is also mentioned in the JLS.
In our coding standard we always use this ordering; in this case you
would write "public static final".

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]