Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Repeated JavaFX Loop method #61

Open
ncharlton02 opened this issue May 20, 2018 · 0 comments
Open

Repeated JavaFX Loop method #61

ncharlton02 opened this issue May 20, 2018 · 0 comments

Comments

@ncharlton02
Copy link
Contributor

This exact code is repeated a lot...

Platform.runLater(new Runnable() {

   @Override
   public void run() {
	update();
	Platform.runLater(this);
   }

});

We should try to clean this up.....

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant