Compare commits
No commits in common. "master" and "v1.0.0" have entirely different histories.
|
@ -21,7 +21,7 @@ public class RunToday{
|
|||
|
||||
public static void main(String[] args) throws Exception {
|
||||
|
||||
JFrame jf = new JFrame("chikawa 前线新闻");
|
||||
JFrame jf = new JFrame("kawachi 前线新闻");
|
||||
jf.setSize(700,600);
|
||||
jf.setIconImage(new ImageIcon("icon.jpg").getImage());
|
||||
|
||||
|
@ -78,7 +78,7 @@ public class RunToday{
|
|||
new EditFrame("编辑排序器", "order.txt").setVisible(true);
|
||||
});
|
||||
author.addActionListener(e -> {
|
||||
JOptionPane.showMessageDialog(null, "<html>作者: 时光潜流<br/></html>名称: chikawa 前线新闻");
|
||||
JOptionPane.showMessageDialog(null, "<html>作者: 时光潜流<br/></html>名称: kawachi 前线新闻");
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue