Compare commits

..

1 Commits

Author SHA1 Message Date
dai_48k 0440f0ce44 修正标题名称 2024-02-03 17:42:04 +08:00
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ public class RunToday{
public static void main(String[] args) throws Exception {
JFrame jf = new JFrame("kawachi 前线新闻");
JFrame jf = new JFrame("chikawa 前线新闻");
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>名称: kawachi 前线新闻");
JOptionPane.showMessageDialog(null, "<html>作者: 时光潜流<br/></html>名称: chikawa 前线新闻");
});
}