106107108109110111112113114115116
*/ private void testEditable(TestHarness harness) { try { UIManager.setLookAndFeel(new TestLookAndFeel()); } catch (UnsupportedLookAndFeelException e) { e.printStackTrace(); }