|
|
@ -6,6 +6,7 @@ import java.awt.event.KeyEvent; |
|
|
|
import javax.swing.KeyStroke; |
|
|
|
import javax.swing.KeyStroke; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import com.fine.theme.icon.LazyIcon; |
|
|
|
import com.fr.base.svg.IconUtils; |
|
|
|
import com.fr.base.svg.IconUtils; |
|
|
|
import com.fr.design.actions.UpdateAction; |
|
|
|
import com.fr.design.actions.UpdateAction; |
|
|
|
import com.fr.design.mainframe.DesignerContext; |
|
|
|
import com.fr.design.mainframe.DesignerContext; |
|
|
@ -19,7 +20,7 @@ public class NewPolyReportAction extends UpdateAction { |
|
|
|
public NewPolyReportAction() { |
|
|
|
public NewPolyReportAction() { |
|
|
|
this.setName(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Report_M_New_Multi_Report")); |
|
|
|
this.setName(com.fr.design.i18n.Toolkit.i18nText("Fine-Design_Report_M_New_Multi_Report")); |
|
|
|
this.setMnemonic('F'); |
|
|
|
this.setMnemonic('F'); |
|
|
|
this.setSmallIcon("/com/fr/design/images/m_file/formExport"); |
|
|
|
this.setSmallIcon(new LazyIcon("formExport")); |
|
|
|
this.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_M, DEFAULT_MODIFIER)); |
|
|
|
this.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_M, DEFAULT_MODIFIER)); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|