|
|
@ -12,7 +12,7 @@ public class ExcelExportAction extends AbstractExcelExportAction { |
|
|
|
public ExcelExportAction(JWorkBook jwb) { |
|
|
|
public ExcelExportAction(JWorkBook jwb) { |
|
|
|
super(jwb); |
|
|
|
super(jwb); |
|
|
|
this.setMenuKeySet(KeySetUtils.SIMPLE_EXCEL_EXPORT); |
|
|
|
this.setMenuKeySet(KeySetUtils.SIMPLE_EXCEL_EXPORT); |
|
|
|
this.setName(getMenuKeySet().getMenuKeySetName()); |
|
|
|
this.setName(getMenuKeySet().getMenuKeySetName() + "..."); |
|
|
|
this.setMnemonic(getMenuKeySet().getMnemonic()); |
|
|
|
this.setMnemonic(getMenuKeySet().getMnemonic()); |
|
|
|
this.setSmallIcon(BaseUtils.readIcon("/com/fr/design/images/m_file/excel.png")); |
|
|
|
this.setSmallIcon(BaseUtils.readIcon("/com/fr/design/images/m_file/excel.png")); |
|
|
|
} |
|
|
|
} |
|
|
|