Mixing look and feel

前端 未结 3 871
孤城傲影
孤城傲影 2021-01-21 13:45

So far I have this

public static void main(String[] args) {
        try {
            UIManager.setLookAndFeel(\"com.sun.java.swing.plaf.nimbus.NimbusLookAndFee         


        
3条回答
  •  失恋的感觉
    2021-01-21 14:33

    When a Component is created, the current LookAndFeel will be used to display that Component.

提交回复
热议问题