src/java.desktop/unix/classes/sun/awt/X11/XChoicePeer.java

Print this page

        

*** 48,61 **** private static final int MAX_UNFURLED_ITEMS = 10; // Maximum number of // items to be displayed // at a time in an // unfurled Choice // Description of these constants in ListHelper ! public final static int TEXT_SPACE = 1; ! public final static int BORDER_WIDTH = 1; ! public final static int ITEM_MARGIN = 1; ! public final static int SCROLLBAR_WIDTH = 15; // SHARE THESE! private static final Insets focusInsets = new Insets(0,0,0,0); --- 48,61 ---- private static final int MAX_UNFURLED_ITEMS = 10; // Maximum number of // items to be displayed // at a time in an // unfurled Choice // Description of these constants in ListHelper ! public static final int TEXT_SPACE = 1; ! public static final int BORDER_WIDTH = 1; ! public static final int ITEM_MARGIN = 1; ! public static final int SCROLLBAR_WIDTH = 15; // SHARE THESE! private static final Insets focusInsets = new Insets(0,0,0,0);