The goal of this project is to provide a look and feel based on the Mosfet Liquid KDE 3.x theme. To make LiquidLnF the current L&F, add this line to the beginning of your main method: UIManager.setLookAndFeel("com.birosoft.liquid.LiquidLookAndFeel")
package com.view; import javax.swing.UIManager; import javax.swing.UnsupportedLookAndFeelException; public class MyLookAndFeel { //在界面内直接掉就可以实现皮肤效果 //系统自带皮肤,5中都能用 public static String sys_Metal = "javax.swing.plaf.metal.MetalLookAndFeel"; public sta