196197198199200201202203204205206
public TextureGraphEditorPanel() { graph = new TextureGraph(); graph.graphListener = this; setBackground(Color.darkGray); setLayout(null);