Closedown

This commit is contained in:
boccioli_m
2015-10-08 11:34:27 +02:00
parent 49382963c5
commit d5adf09f11

View File

@@ -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});