JScrollPane.HORIZONTAL_SCROLLBAR_ALWAYS);
aTreeScrollPane.setPreferredSize (new java.awt.Dimension (400,300));
// Object view shows details about the currently selected accessible
// object.
maObjectViewContainer = new ObjectViewContainer ();
JScrollPane aObjectViewContainerScrollPane = new JScrollPane(
maObjectViewContainer,
JScrollPane.VERTICAL_SCROLLBAR_AS_NEEDED,
JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED);
aObjectViewContainerScrollPane.setPreferredSize (