968969970971972973974975976
ELTestAction() { super("EL Testing"); } public void actionPerformed(ActionEvent ev) { TestingTool testingTool = new TestingTool(); testingTool.setLocationRelativeTo(ListFrame.this); testingTool.show(); }