public void testVisual() throws Exception
{
ComponentGraph<String, String> graph = new ComponentGraph<String, String>();
graph.setGraph(SampleGraphFactory.createSampleGraph1());
graph.setVertexComponentGetter(new ComponentFunctions(ComponentFunctions.Operation.toJTextArea));
graph.setEdgeComponentGetter(new ComponentFunctions(ComponentFunctions.Operation.toJTextArea));
graph.setContext(new InvocationContext());
graph.afterPropertiesSet();
JFrame frame = JComponentBoostUtils.createDisposingJFrameWithOneComponent(graph, 800, 800);
//ThreadBoostUtils.sleep(10000);