/* * AllClass.java * * Created on 2007年10月20日, 下午3:21 */package org.Adam;/** * * @author Administrator */public class AllClass extends javax.swing.JFrame { /** Creates new form AllClass */ public AllClass() { initComponents(); } /** This method is called from within the constructor to * initialize the form. * WARNING: Do NOT modify this code. The content of this method is * always regenerated by the Form Editor. */ // //GEN-BEGIN:initComponents private void initComponents() { setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE); org.jdesktop.layout.GroupLayout layout = new org.jdesktop.layout.GroupLayout(getContentPane()); getContentPane().setLayout(layout); layout.setHorizontalGroup( layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING) .add(0, 475, Short.MAX_VALUE) ); layout.setVerticalGroup( layout.createParallelGroup(org.jdesktop.layout.GroupLayout.LEADING) .add(0, 427, Short.MAX_VALUE) ); pack(); }// //GEN-END:initComponents /** * @param args the command line arguments */ public static void main(String args[]) { java.awt.EventQueue.invokeLater(new Runnable() { public void run() { new AllClass().setVisible(true); } }); } // 变量声明 - 不进行修改//GEN-BEGIN:variables // 变量声明结束//GEN-END:variables }
java class源码查看_allclass.java 源代码在线查看 - java netbeans 学习程序合集 资源下载 虫虫电子下载站...
最新推荐文章于 2021-12-10 17:31:12 发布