final UserContext userContext = new UserContext();
final PerceptionDispatcher perceptionDispatch = new PerceptionDispatcher();
final StendhalClient client = new StendhalClient(userContext, perceptionDispatch);
try {
UIManager.setLookAndFeel(new StyledLookAndFeel(WoodStyle.getInstance()));
} catch (UnsupportedLookAndFeelException e) {
/*
* Should not happen as StyledLookAndFeel always returns true for
* isSupportedLookAndFeel()
*/