swing
mejustdoit
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
swing外观-1
UIManager.LookAndFeelInfo []info=UIManager.getInstalledLookAndFeels() ; //获取风格 for(UIManager.LookAndFeelInfo tem:info) { System.out.println(tem.getClassName()); }UIManager原创 2015-04-28 17:28:34 · 822 阅读 · 0 评论 -
java Swing 选择框
public class FileChoice { private static JFileChooser fileChooser = null; private static JFileChooser fileDown = null; private static String filePath = ""; private static String outPath = ""; //原创 2015-06-19 15:33:19 · 1474 阅读 · 0 评论
分享