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] JComboBox - mouse drag events


>>>>> "Olga" == Olga Rodimina <rodimina@redhat.com> writes:

Olga> +  /** direction for scrolling down list of combo box's items */
Olga>    protected static int SCROLL_DOWN = 1;
Olga> +
Olga> +  /** direction for scrolling up list of combo box's items */
Olga>    protected static int SCROLL_UP = 0;

These should both be `final'.

Tom


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