com.compomics.util.gui
Class UtilitiesGUIDefaults

java.lang.Object
  extended by com.compomics.util.gui.UtilitiesGUIDefaults

public class UtilitiesGUIDefaults
extends java.lang.Object

This class contains a list of GUI defaults to be used across the tools using the utilities library to make sure that the tools have the same look and feel.

Author:
Harald Barsnes

Constructor Summary
UtilitiesGUIDefaults()
           
 
Method Summary
static boolean setLookAndFeel()
          Sets the look and feel to the default utilities look and feel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtilitiesGUIDefaults

public UtilitiesGUIDefaults()
Method Detail

setLookAndFeel

public static boolean setLookAndFeel()
Sets the look and feel to the default utilities look and feel. First tries to use Nimbus, if Nimbus is not supported then PlasticXPLookAndFeel is used.

Returns:
true if the Nimbus look and feel is used, false otherwise


Copyright © 2012. All Rights Reserved.