I would like to use the yfiles library to view an xgml file that I have modified myself. I am building an app in java which modifies an xgml file on a specific criteria and instead of manually opening up the yEd editor to view the files, I'd like my program to open up a yEd window showing my modified xgml file.
I was hoping that there would be an example of just loading up an existing file, however there doesn't seem to be any examples on the manual. I was wondering what class I would need to instantiate to make use of a method like load(filename) and it would pop open a yEd window.