How to make JGoSubGraph Title can't be editable?

When I use a JGoSubGraphi want to set the JGoSubGraph title String can’t be editable,how to do this?



I can’t find any method to set it in JGoSubGraph.



Thank you!

JGoSubGraph is composed of a bunch of JGoObjects. The Label is a JGoText object. So you can just do:

getLabel().setEditable(false);