com.compomics.util.gui
Class UtilitiesGUIDefaults
java.lang.Object
com.compomics.util.gui.UtilitiesGUIDefaults
public class UtilitiesGUIDefaults
- extends 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
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 |
UtilitiesGUIDefaults
public UtilitiesGUIDefaults()
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.