public void testSetGetUI() { BasicRootPaneUI ui = new BasicRootPaneUI(); rootPane.setUI(ui); assertTrue(rootPane.getUI() == ui); }