Changeset 3142 for trunk/simexplorer-ide/simexplorer-ide-ant/org.openmole.ui/src/org/openmole/ui/control/GenericTableView.java
- Timestamp:
- 03/04/10 12:19:02 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/simexplorer-ide/simexplorer-ide-ant/org.openmole.ui/src/org/openmole/ui/control/GenericTableView.java
r3137 r3142 21 21 22 22 setAutoResizeMode(JTable.AUTO_RESIZE_ALL_COLUMNS); 23 getTableHeader().setBackground(ApplicationCustomize.getInstance( null).getColor(ApplicationCustomize.TABLE_HEADER_COLOR));23 getTableHeader().setBackground(ApplicationCustomize.getInstance().getColor(ApplicationCustomize.TABLE_HEADER_COLOR)); 24 24 } 25 25 … … 33 33 int Index_row, 34 34 int Index_col) { 35 Color col = ApplicationCustomize.getInstance( null).getColor(ApplicationCustomize.TABLE_ROW_COLOR);35 Color col = ApplicationCustomize.getInstance().getColor(ApplicationCustomize.TABLE_ROW_COLOR); 36 36 Component comp = super.prepareRenderer(renderer, Index_row, Index_col); 37 37 if (Index_row % 2 == 0 && !isCellSelected(Index_row, Index_col)) {





