码迷,mamicode.com
首页 > Windows程序 > 详细

swing外观-1

时间:2015-04-28 18:27:33      阅读:136      评论:0      收藏:0      [点我收藏+]

标签:swing外观

 UIManager.LookAndFeelInfo  []info=UIManager.getInstalledLookAndFeels() ;  //获取风格
		  for(UIManager.LookAndFeelInfo tem:info)
		  {
		   System.out.println(tem.getClassName());
		  }



UIManager.setLookAndFeel("javax.swing.plaf.nimbus.NimbusLookAndFeel");//设置风格<img src="http://img.blog.csdn.net/20150428172751474" alt="" />


技术分享

swing外观-1

标签:swing外观

原文地址:http://blog.csdn.net/dst111188/article/details/45339253

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!