package app; import java.awt.BorderLayout; import javax.swing.JLabel; import javax.swing.JScrollPane; import javax.swing.JTextArea; import javax.swing.WindowConstants; import javax.swing.SwingUtilities; /** * This code was edited or generated using CloudGarden's Jigloo * SWT/Swing GUI Builder, which is free for non-commercial * use. If Jigloo is being used commercially (ie, by a corporation, * company or business for any purpose whatever) then you * should purchase a license for each developer using Jigloo. * Please visit www.cloudgarden.com for details. * Use of Jigloo implies acceptance of these licensing terms. * A COMMERCIAL LICENSE HAS NOT BEEN PURCHASED FOR * THIS MACHINE, SO JIGLOO OR THIS CODE CANNOT BE USED * LEGALLY FOR ANY CORPORATE OR COMMERCIAL PURPOSE. */ public class JFrameInfo extends javax.swing.JFrame { private JScrollPane jScrollPane1; private JTextArea jTextArea1; /** * Auto-generated main method to display this JFrame */ public JFrameInfo(final String title) { super(); setTitle("QQ"+title+"µÄ×ÊÁÏ"); initGUI(); new Thread(new Runnable() { @Override public void run() { jTextArea1.setText(Public.getQQInstance().getUserInfo(title)); } }).start(); } private void initGUI() { try { setDefaultCloseOperation(WindowConstants.DISPOSE_ON_CLOSE); pack(); setSize(400, 300); setResizable(false); setLocationRelativeTo(null); getContentPane().setLayout(null); { jScrollPane1 = new JScrollPane(); getContentPane().add(jScrollPane1); jScrollPane1.setBounds(0, 0, 394, 268); { jTextArea1 = new JTextArea(); jTextArea1.setEditable(false); jScrollPane1.setViewportView(jTextArea1); } } } catch (Exception e) { //add your error handling code here e.printStackTrace(); } } }
最近下载更多
Aoifee LV4
2021年11月11日
nyb4613 LV8
2020年11月23日
xuweisong2010 LV28
2019年12月19日
aisuzhen LV10
2019年11月18日
yongzheng132 LV17
2019年6月24日
随风随影 LV2
2019年2月27日
盗码nsdjdhfhfjn LV4
2019年1月18日
不败神话 LV9
2019年1月7日
挚爱py LV2
2018年11月9日
shenrc LV2
2018年11月1日