Package games.stendhal.client.gui.styled

Examples of games.stendhal.client.gui.styled.StyledLookAndFeel


    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()
       */
 
View Full Code Here

TOP

Related Classes of games.stendhal.client.gui.styled.StyledLookAndFeel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.