| new ImageIcon(
GraphEditor.class
.getResource("/com/mxgraph/examples/swing/images/inclusive.png")),
"rhombusImage;image=/com/mxgraph/examples/swing/images/inclusive.png",
80, 80, "Inclusive");
symbolsPalette
.addTemplate(
"Link",
new ImageIcon(
GraphEditor.class
.getResource("/com/mxgraph/examples/swing/images/link.png")),
|