From ecaf579303705545735450cbc8b8014d7e062329 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sat, 07 Jul 2018 18:44:29 -0400
Subject: [PATCH] Timeline integrated

---
 GroupEditor.java |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/GroupEditor.java b/GroupEditor.java
index d7a1c3e..d3c66a5 100644
--- a/GroupEditor.java
+++ b/GroupEditor.java
@@ -1794,7 +1794,7 @@
 		if (event.getSource() == invariantsItem)
 		{
                     System.out.println("Invariants:");
-                    GrafreeD.theApplet3D.universe.invariants();
+                    GrafreeD.grafreeD.universe.invariants();
 		} else
 		if (event.getSource() == memoryItem)
 		{
@@ -2638,7 +2638,7 @@
                     // bug
                     //gridPanel.setDividerLocation(1.0);
                     //bigPanel.setDividerLocation(0.0);
-                    bigThree.remove(jtp);
+                    bigThree.remove(scenePanel);
                     bigThree.remove(cameraPanel);
                     bigThree.remove(XYZPanel);
                     aWindowConstraints.gridx = 0;
@@ -2666,7 +2666,7 @@
 		if (event.getSource() == threeButton)
 		{
                     radio.layout = threeButton;
-                    bigThree.remove(jtp);
+                    bigThree.remove(scenePanel);
                     bigThree.remove(cameraPanel);
                     bigThree.remove(XYZPanel);
                     aWindowConstraints.gridx = 0;
@@ -2694,7 +2694,7 @@
 		if (event.getSource() == fourButton)
 		{
                     radio.layout = fourButton;
-                    bigThree.remove(jtp);
+                    bigThree.remove(scenePanel);
                     bigThree.remove(cameraPanel);
                     bigThree.remove(XYZPanel);
                     aWindowConstraints.gridx = 0;
@@ -2704,7 +2704,7 @@
                     aWindowConstraints.fill = GridBagConstraints.BOTH;
                     aWindowConstraints.weightx = 1;
                     aWindowConstraints.weighty = 1;
-                    bigThree.add(jtp, aWindowConstraints);
+                    bigThree.add(scenePanel, aWindowConstraints);
                     aWindowConstraints.weightx = 1;
                     aWindowConstraints.gridwidth = 3;
               //      aConstraints.gridheight = 3;
@@ -2722,7 +2722,7 @@
 		if (event.getSource() == sixButton)
 		{
                     radio.layout = sixButton;
-                    bigThree.remove(jtp);
+                    bigThree.remove(scenePanel);
                     bigThree.remove(cameraPanel);
                     bigThree.remove(XYZPanel);
                     aWindowConstraints.gridx = 0;
@@ -2732,7 +2732,7 @@
                     aWindowConstraints.fill = GridBagConstraints.VERTICAL;
                     aWindowConstraints.weightx = 0;
                     aWindowConstraints.weighty = 1;
-                    bigThree.add(jtp, aWindowConstraints);
+                    bigThree.add(scenePanel, aWindowConstraints);
                     aWindowConstraints.weightx = 1;
                     aWindowConstraints.gridwidth = 3;
               //      aWindowConstraints.gridheight = 3;
@@ -2750,7 +2750,7 @@
 		if (event.getSource() == sevenButton)
 		{
                     radio.layout = sevenButton;
-                    bigThree.remove(jtp);
+                    bigThree.remove(scenePanel);
                     bigThree.remove(cameraPanel);
                     bigThree.remove(XYZPanel);
                     aWindowConstraints.gridx = 0;
@@ -2760,7 +2760,7 @@
                     aWindowConstraints.fill = GridBagConstraints.VERTICAL;
                     aWindowConstraints.weightx = 0;
                     aWindowConstraints.weighty = 1;
-                    bigThree.add(jtp, aWindowConstraints);
+                    bigThree.add(scenePanel, aWindowConstraints);
                     aWindowConstraints.weightx = 1;
                     aWindowConstraints.gridwidth = 3;
                //     aWindowConstraints.gridheight = 3;

--
Gitblit v1.6.2