본문 바로가기

낭만 프로그래머

검색하기
낭만 프로그래머
프로필사진 조영래

  • 전체보기 (191)
    • AI (1)
      • Tensorflow (1)
    • Common (6)
    • Javascript (16)
      • Common (2)
      • Angular (5)
      • Bootstrap (3)
      • Node.js (1)
      • Kendo UI (1)
    • Linux (49)
      • Common (4)
      • CentOS (39)
      • Ubuntu (6)
    • Java (39)
      • Common (23)
      • Spring (9)
      • Tomcat (6)
    • Android (24)
    • Tool (5)
      • Eclipse (5)
    • C# (2)
    • Windows (12)
      • Common (12)
    • Kotlin (9)
    • ETC (25)
    • Swift (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2018/11   »
일 월 화 수 목 금 토
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30
Tags
  • centos
  • MVC
  • tomcat
  • java
  • linux
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록2018/11/20 (1)

낭만 프로그래머

Java Swing 에서 Nimbus Look and Feel 사용하기

Swing으로 Application으로 개발 할때 기본 UI 디자인이 맘에 들지 않는다. Look and Feel 을 Nimbus 로 바꿔 보자 try { for (LookAndFeelInfo info : UIManager.getInstalledLookAndFeels()) { if ("Nimbus".equals(info.getName())) { UIManager.setLookAndFeel(info.getClassName()); break; } } } catch (Exception e) { // If Nimbus is not available, you can set the GUI to another look and feel. } 참조 : https://docs.oracle.com/javase/tutoria..

Java/Common 2018. 11. 20. 11:08
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바