Quantcast
Channel: JProgressBar from Oracle - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by MadProgrammer for JProgressBar from Oracle

First, I'd recommend by defining a concept of a "progressable" state public interface Progressable { public void setProgress(int progress); // I prefer double, but we'll keep it inline with the rest of...

View Article



JProgressBar from Oracle

I've downloaded a small Java project from oracle website to create a progress bar. I understand it, but I need to apply it in a different way, the application is creating a thread in the background so...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images