swing界面抓取二维码小工具源码
代码说明:
public static void initView() { frame.setResizable(false); frame.setSize(400,200); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); frame.setLayout(null); frame.setLocationRelativeTo(null); String windows="com.sun.java.swing.plaf.windows.WindowsLookAndFeel"; try { UIManager.setLookAndFeel(windows); } catch (Exception e) { e.printStackTrace(); } }
下载说明:请别用迅雷下载,失败请重下,重下不扣分!


