//--List
/*
* Default behaviour of the list, by default list is considered as enabled
*/
UIManager.put("List.background", new ColorUIResource(GfrListCellRendererEnabledYes.COL_BG_ENABLED));
UIManager.put("List.cellRenderer", (new GfrListCellRendererEnabledYes()));
//unused:
/*
UIManager.put("List.foreground",
new ColorUIResource(GfrColor.DARK_BLUE));*/