Home     |     Java    |     Php General    |     Oracle Database    |     Oracle Server  

MS Dynamics CRM 3.0

  •  Setting up and Configuring Microsoft Dynamics CRM 3.0
  •  Managing Security and Information Access
  •  Entity Customization: Concepts and Attributes
  •  Entity Customization: Forms and Views
  •  Entity Customization: Relationships, Custom Entities, and Site Map
  •  Reporting and Analysis
  •  Workflow
  •  Server-Side SDK
  •  Client-Side SDK
  •  Integration with External Applications
  • Cervo Technologies
    The Right Source to Outsource

    Sharepoint Portal Server KB

    Microsoft CRM Info

    WPF Interview Questions

    SilverLight Interview Qs

    Asp.Net 2.0 Interview Qs

    Asp.NET 1.1 FAQs

    Oracle Interview Questions

    SAP Interview Questions

    Java Programming

    How to read GXL graph?


    Hi,

    I just downloaded JGraph (5.10.1.0) & JGraphPad (5.10.0.2).
    I would like to visualise a GXL file. I tried using the following
    code:

    Code:
    JGraph graph = new JGraph();
    FileImportGXL.parseGXLFileInto("Basic_Example.gxl", graph);

    After this, when I use the following code to render the graph, I get
    the std. output.

    Code:
    JFrame frame = new JFrame();
    frame.getContentPane().add(new JScrollPane(graph));
    frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    frame.pack();
    frame.setVisible(true);

    When I read through the API, it seems that I have to implement
    GraphModel and provide as parameter to JGraph object. Is this correct?
    Or is there a simpler way to do this??

    Could someone pls. tell me a simple way to visualise a GXL graph using
    JGraph or any other tool for that matter!

    Thanks in advance,

    Add to del.icio.us | Digg this | Stumble it | Powered by Megasolutions Inc