public class LookAndFeels extends Object
| 构造器和说明 |
|---|
LookAndFeels() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Set<UIManager.LookAndFeelInfo> |
getInstalledLookAndFeelSet() |
static void |
useDefault() |
static void |
useMetal() |
static void |
useNimbus() |
static void |
useRandom() |
static void |
useSeaGlass() |
public static void useRandom()
public static void useNimbus()
public static void useMetal()
public static void useSeaGlass()
public static void useDefault()
public static Set<UIManager.LookAndFeelInfo> getInstalledLookAndFeelSet()
Copyright © 2021. All rights reserved.