Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Progress bar #6

Open
JKetelaar opened this issue Oct 5, 2016 · 6 comments
Open

[FEATURE] Progress bar #6

JKetelaar opened this issue Oct 5, 2016 · 6 comments

Comments

@JKetelaar
Copy link
Member

Can we hook into the ProgressBarListener with JavaFX?
https://github.com/Parabot/Internal-API/blob/master/src/main/java/org/parabot/api/io/ProgressListener.java

@JKetelaar
Copy link
Member Author

Could you let us know if this is possible @Fryslan?

@Fryslan
Copy link
Member

Fryslan commented Oct 12, 2016

I guess this should be possible

ProgressBar bar = new ProgressBar();
bar.progressProperty().set(DOUBLE_VALUE);

@JKetelaar
Copy link
Member Author

Could we get an example for this @Fryslan?

@Fryslan
Copy link
Member

Fryslan commented Oct 23, 2016

where would we need this progressbar for?

@JKetelaar
Copy link
Member Author

For the downloading progress, like downloading the client

@JKetelaar
Copy link
Member Author

Any progress on this @Fryslan?

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

No branches or pull requests

2 participants