private void preciosVentaMenuItemMouseReleased(java.awt.event.MouseEvent evt) {//GEN-FIRST:event_preciosVentaMenuItemMouseReleased
// Add your handling code here:
String header = "LISTADO DE PRECIOS DE VENTA(c/IVA)<BR><BR>";
//new SVista("text/html",header + jepDatos.getText()).show();
new JBrowser(header + new Reportes().listarPreciosVenta()).show();
}//GEN-LAST:event_preciosVentaMenuItemMouseReleased