|
@@ -270,7 +270,7 @@ public class Frame extends JFrame implements ListSelectionListener {
|
270
|
270
|
|
271
|
271
|
// ----- 3D Stuff -----
|
272
|
272
|
// --------------------
|
273
|
|
- /* gConfig = SimpleUniverse.getPreferredConfiguration();
|
|
273
|
+ gConfig = SimpleUniverse.getPreferredConfiguration();
|
274
|
274
|
cubeCanvas = new Canvas3D(gConfig);
|
275
|
275
|
ledView = new Led3D(cubeCanvas);
|
276
|
276
|
cubeCanvas.setBounds(18, 31, 275, 275); // 3d view
|
|
@@ -291,7 +291,7 @@ public class Frame extends JFrame implements ListSelectionListener {
|
291
|
291
|
|
292
|
292
|
}
|
293
|
293
|
});
|
294
|
|
- cp.add(cubeCanvas); */
|
|
294
|
+ cp.add(cubeCanvas);
|
295
|
295
|
// --------------------
|
296
|
296
|
|
297
|
297
|
// Add Layer edit buttons
|