public SalesExportPanel() { try { jbInit(); } catch (Exception ex) { ex.printStackTrace(); } }
public InitDialog() { try { jbInit(); } catch (Exception ex) { ex.printStackTrace(); } }
public SalesExportPanel(JFrame parent) { this.parent = parent; try { jbInit(); } catch (Exception ex) { ex.printStackTrace(); } }