#navi(contents-page-name): No such page: ST

Terai Atsuhiro 2024-04-12 (金) 14:44:59

javax.swing.Timer timer = new javax.swing.Timer(600, new ActionListener(){
  boolean flg = true;
  public void actionPerformed(ActionEvent e){

    else    setText("");
    flg = !flg;
  }
});
timer.start();