});
includeDependingResources = new JCheckBox(resources.getStringValue("includeDependingResources"), true) ;
List sheets = new ArrayList();
FiledDesktopCardPanel cardPanel = JSynoptic.gui.getFilePanel();
if (cardPanel != null){
Iterator it = cardPanel.getComponentIterator();
while(it.hasNext()){
sheets.add(((JComponent)it.next()) );
}
}