public void testDoubleProperty() throws Exception {
   JSplitPane splitPane =
       (JSplitPane) getInstrumentedRootComponent("TestDoubleProperty.form", "BindingTest");
   assertEquals(0.1f, splitPane.getResizeWeight(), 0.001f);
 }