Path finder java pathfinder library processing

Could you please post the code you used to remove the node?
I guess your problem is that you remove the node after you initialize the edges and nodes arrays, so it works, but it doesn’t get displayed.
Try removing the node right after createGraph() in your setup function.