
public void actionPerformed(ActionEvent e) ...{
if(e.getSource() == normBtn)
normalPrint();
else
zoomInPrint();
}
//截取打印,A4不能完全显示
private void normalPrint()...

public void actionPerformed(ActionEvent e) ...{
if(e.getSource() == normBtn)
normalPrint();
else
zoomInPrint();
}
//截取打印,A4不能完全显示
private void normalPrint()...