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