UIDefaults table = new UIDefaults();
table.put("ButtonUI", "StdOutButtonUI");
// In order to function, we'd also need lines here to define UI delegates
// extending each of the following classes: CheckBoxUI, ComboBoxUI,
// DesktopIconUI, FileChooserUI, InternalFrameUI, LabelUI,
// PopupMenuSeparatorUI, ProgressBarUI, RadioButtonUI, ScrollBarUI,
// ScrollPaneUI, SeparatorUI, SliderUI, SplitPaneUI, TabbedPaneUI,
// TextFieldUI, ToggleButtonUI, ToolBarUI, ToolTipUI, TreeUI, RootPaneUI.
return table;