Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は ProgressIndicator を使用していますが、常に回転させたいと思っています。%-Label が非表示になれば、それも素晴らしいことです。
前もって感謝します!
ほぼ同じ質問のスレッドが他にもあると思いますので注意してください。
とにかく、initialize() でこれを行うだけです。
loading.setProgress(-1);
それが役立つことを願っています!