스윙테마 synthetica1 자바 스윙테마( Swing Theme LookAndFeel) synthetica 적용#2편 public class Main { public static void main(String[] args) { try { UIManager.setLookAndFeel("de.javasoft.plaf.synthetica.SyntheticaBlackEyeLookAndFeel"); SyntheticaLookAndFeel.setFont("Dialog", 12); } catch (Exception e) { e.printStackTrace(); } LineageMAutoUi.getInstance().checkSettings(); } } 자바 스윙테마 synthetica 적용방법은 다른 스윙테마 등록때와 동일하게 jar파일 include 하고 다음과같이 사용하면된다. 단 SyntheticaLookAndFeel.setF.. 2020. 5. 18. 이전 1 다음