Estoy limpiando el codigo de mi aplicacion y este error no lo he podido depurar.
El error aparece en la linea 39
Código
{ try { this.idProyecto = idProyecto; this.pnlProyectos = pnlProyectos; this.proyIngCivilServices = ((IntrProyIngCivilServices)BeanService.getInstance("app").getService("proyIngCivilServices")); initComponents(); CenterCellRenderer centerCellRenderer = new CenterCellRenderer(); this.tbInsumosProyecto.getColumn(0).setCellRenderer(new CustomCellRendererSubproductos()); this.tbInsumosProyecto.getColumn(1).setCellRenderer(centerCellRenderer); this.tbInsumosProyecto.getColumn(0).setPreferredWidth(600); this.tbInsumosProyecto.getColumn(2).setCellRenderer(new CustomCellRenderer(Main.decimalformatvalores)); cargarValoresTipo(); cargarDatos(); this.dlgInsumo.pack(); this.dlgInsumo.setLocationRelativeTo(null); { { if (PnlInsumosProyecto.this.tbInsumosProyecto.getSelectedRowCount() <= 0) { return; } if (PnlInsumosProyecto.this.tbInsumosProyecto.getSelectedRow() >= PnlInsumosProyecto.this.insumosProyecto.size()) { return; } datGuardar.add(inSel); try { PnlInsumosProyecto.this.proyIngCivilServices.guardarInsumosProyecto(datGuardar); pnlProyectos.recalcularItemsAndProyecto(); { public void run() { PnlInsumosProyecto.1.this.val$pnlProyectos.cargarInsumosMaestrosProyecto(PnlInsumosProyecto.1.this.val$idProyecto); } }).start(); } { } } }); centrarTitulosTabla(this.tbInsumosProyecto); } { Dialogos.mostrarExcepcion(this, e); } }
Gracias de antemano por la colaboracion
PD. Perdon por la insercion equivocada. No sabia hacerlo