jdk/src/java.desktop/share/classes/java/awt/List.java
changeset 32865 f9cb6e427f9e
parent 30471 c1568a2416a8
child 35667 ed476aba94de
equal deleted inserted replaced
32864:2a338536e642 32865:f9cb6e427f9e
   207 
   207 
   208     /**
   208     /**
   209      * The default number of visible rows is 4.  A list with
   209      * The default number of visible rows is 4.  A list with
   210      * zero rows is unusable and unsightly.
   210      * zero rows is unusable and unsightly.
   211      */
   211      */
   212     final static int    DEFAULT_VISIBLE_ROWS = 4;
   212     static final int    DEFAULT_VISIBLE_ROWS = 4;
   213 
   213 
   214     /**
   214     /**
   215      * Creates a new scrolling list initialized to display the specified
   215      * Creates a new scrolling list initialized to display the specified
   216      * number of rows. Note that if zero rows are specified, then
   216      * number of rows. Note that if zero rows are specified, then
   217      * the list will be created with a default of four rows.
   217      * the list will be created with a default of four rows.