Skip to content

Conversation

@ghost
Copy link

@ghost ghost commented Sep 6, 2022

Added

Added:

  • Timer(schedule)
  • TimerTask(time: 2000)
  • Add text "Error", which locate in the end this java file.

Please publish my edition

# Added

Added:

+ Timer(schedule)
+ TimerTask(time: 2000)
+ Add text "Error", which locate in the end this java file.

**Please publish my edition**
@pH-7
Copy link
Owner

pH-7 commented Oct 26, 2022

Hi @nvs-company! First of all, thanks very much for your contribution! 😊 As always, I highly appreciate this!

Can you share with me the real purpose/reason of adding this? Would you mind sharing a gif or something information of what you intended to do here?

I’m looking forward to hearing from you!

Have a lovely day! ☀️

if (Double.isNaN(num)) {
text.setText("");
text.setText("Error");
timer.schedule(new TimerTask(){
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will need more details on what you were intending to accomplish here

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let me know @nvs-company when you would have time to have a look there.

public class UI implements ActionListener {

private static Timer timer=new Timer();

Copy link
Owner

@pH-7 pH-7 Oct 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For consistency/readability, please add a space in between the = operator, thanks

@pH-7 pH-7 assigned ghost Oct 26, 2022
@pH-7 pH-7 assigned ghost and unassigned ghost Nov 24, 2022
@ghost ghost closed this by deleting the head repository Mar 3, 2023
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant