376377378379380381382383
index--; } _tabbedPane.add(jgraph, index); jgraph.setBackground(BasicGraphFrame.BACKGROUND_COLOR); // Create a drop target for the jgraph. new EditorDropTarget(jgraph); return jgraph; }
245246247248249250251252
} _tabbedPane.add(jgraph, index); jgraph.setBackground(BACKGROUND_COLOR); // Create a drop target for the jgraph. // FIXME: Should override _setDropIntoEnabled to modify all the drop targets created. new EditorDropTarget(jgraph); return jgraph; }