is there a way to add a date and time to a label
or from a button click to a textArea
like for instances
any suggestions...Code:public void actionPerformed(ActionEvent e) { if(e.getSource()==btnDate) { jTextArea1.setText("Date and Time here!"); Date(); }//end btnDate
thanks in advace![]()




Reply With Quote