Project Java results to neo4j browser?

Hello everyone,

So my idea is to use java to query the database and obtain results, because i want to modify and create graph algorithms.

I have managed to connect and apply simple queries on the database through java using the java-driver of neo4j. As a next step of my process, is there a way i can project and visualise the results in the neo4j browser? So the java is connected with the browser and when i run the java script, the results are shown in the neo4j browser as well.

Any help will be much appreciated

You could use a number of graph visualization libraries

and here is a simple exmaple with d3 in a java app