我在jbuilder下开发的,要不要?

解决方案 »

  1.   

    我有这样的愿码,要不要?要的话发邮件给我。。
    [email protected]
      

  2.   

    我也有,,发email给我:
    [email protected]
      

  3.   

    我的email:[email protected] 谢谢了另外:TO:oklhy() 能在jcreator下运行吗 要不传我一份吧 谢谢
      

  4.   

    private void jbInit() throws Exception {
        jButton1.setBounds(new Rectangle(20, 8, 128, 64));
        jButton1.setToolTipText("");
        jButton1.setText("Exit");
        jButton1.addActionListener(new MyIFrame_jButton1_actionAdapter(this));
        this.getContentPane().setLayout(null);
        this.getContentPane().add(jButton1, null);
      }