Closedown
This commit is contained in:
@@ -316,8 +316,6 @@ public class TestingList extends Panel {
|
||||
*/
|
||||
private void addCustomPanel(){
|
||||
try {
|
||||
Kollimators panel = new Kollimators();
|
||||
this.jPanelCustom.add(panel);
|
||||
//create a class to visualise the details panel
|
||||
Class testingListDetailsClass = getController().getClassByName("Kollimators");
|
||||
JPanel detailsPanel = (JPanel) testingListDetailsClass.getConstructor(null).newInstance(new Object[]{null});
|
||||
|
||||
Reference in New Issue
Block a user