161162163164165166167168169170171
// }); // // jframe.add(panel, BorderLayout.CENTER); // Create and set up the layered pane. gridLayeredPane = new GridLayeredPane(this); gridLayeredPane.showGrid(true); editLayer = new EditLayer(this); gridLayeredPane.add(editLayer, new Integer(1));