This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 216558
Collapse All | Expand All

(-)a/o.n.swing.plaf/src/org/netbeans/swing/plaf/LFCustoms.java (+8 lines)
Lines 44-49 Link Here
44
44
45
package org.netbeans.swing.plaf;
45
package org.netbeans.swing.plaf;
46
46
47
import java.awt.Color;
48
47
/** Look and feel customizations interface.
49
/** Look and feel customizations interface.
48
 * For various look and feels, there is a need to customize colors,
50
 * For various look and feels, there is a need to customize colors,
49
 * borders etc. to provide 'native-like' UI.
51
 * borders etc. to provide 'native-like' UI.
Lines 333-336 Link Here
333
    public static final String PROGRESS_CANCEL_BUTTON_ICON = "nb.progress.cancel.icon";
335
    public static final String PROGRESS_CANCEL_BUTTON_ICON = "nb.progress.cancel.icon";
334
    public static final String PROGRESS_CANCEL_BUTTON_ROLLOVER_ICON = "nb.progress.cancel.icon.mouseover";
336
    public static final String PROGRESS_CANCEL_BUTTON_ROLLOVER_ICON = "nb.progress.cancel.icon.mouseover";
335
    public static final String PROGRESS_CANCEL_BUTTON_PRESSED_ICON = "nb.progress.cancel.icon.pressed";
337
    public static final String PROGRESS_CANCEL_BUTTON_PRESSED_ICON = "nb.progress.cancel.icon.pressed";
338
    
339
    // Keys used to store Data View Colors.
340
    public static final String DATA_TABLE_ALTERNATE_ROW_COLOR = "nb.dataview.table.altbackground";
341
    public static final String DATA_TABLE_GRID_COLOR = "nb.dataview.table.gridbackground";
342
    public static final String DATA_TABLE_ROLLOVER_ROW_COLOR = "nb.dataview.table.altbackground";
343
    public static final String DATA_TABLE_ROW_COLOR = "nb.dataview.table.background";
336
}
344
}

Return to bug 216558