JBuild调试时 怎么出现一个一模一样的文件

iori97king 2006-09-13 09:43:58
JBuild调试时 怎么出现一个一模一样的文件
比如:
abc.java
结果又出现abc.java

调试不了

怎么回事??
...全文
112 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
lzmhehe 2006-09-14
  • 打赏
  • 举报
回复
右键点击abc.java 选择clean 功能试一试
zblaoshu1979 2006-09-14
  • 打赏
  • 举报
回复
不应该出现两个一样的文件呀,在哪出现的?
iori97king 2006-09-14
  • 打赏
  • 举报
回复
不行啊

出现一个


// JBuilder API Decompiler stub source generated from class file
// 2006-9-14
// -- implementation of methods is not available

// Imports
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.WindowEvent;
import java.awt.event.WindowListener;
import java.io.FileOutputStream;
import javax.swing.JButton;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JPasswordField;
import javax.swing.JTextArea;
import javax.swing.JTextField;

public class SendMail1 extends JFrame implements WindowListener, ActionListener, Runnable {

// Fields
JPanel north;
JPanel center;
JPanel south;
JLabel from;
JLabel user;
JLabel psw;
JLabel to;
JLabel smtpserver;
JTextField from1;
JTextField user1;
JPasswordField psw1;
JTextField to1;
JTextField smtpserver1;
JTextArea message;
JButton 发送;
int flag;
static FileOutputStream fos;
static SendMail1 f;

// Constructors
SendMail1() { }

// Methods
public static void main(String[] args) { }
public void run() { }
public void actionPerformed(ActionEvent e) { }
public void windowOpened(WindowEvent e) { }
public void windowClosing(WindowEvent e) { }
public void windowClosed(WindowEvent e) { }
public void windowIconified(WindowEvent e) { }
public void windowDeiconified(WindowEvent e) { }
public void windowActivated(WindowEvent e) { }
public void windowDeactivated(WindowEvent e) { }
public void killtask() { }
public void download() { }
}

62,614

社区成员

发帖
与我相关
我的任务
社区描述
Java 2 Standard Edition
社区管理员
  • Java SE
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧