Is it possible to set the FaceColor on my waitbar GUI using 2015a?
2 次查看(过去 30 天)
显示 更早的评论
This solution does not work:
xx = waitbar(0,"Waiting ...");
xxObj = findobj(xx,'Type','Patch');
set(xxObj,'FaceColor','blue');
0 个评论
回答(1 个)
Walter Roberson
2016-9-30
No, that is not possible.
As I posted in http://www.mathworks.com/matlabcentral/answers/293374-waitbar-color-2016a-is-broken-red-how-to-set-to-older-continuous-green#answer_227433 waitbar now delegates to a Java javax.swing.JProgressBar . Those do not have a Facecolor.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Dialog Boxes 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!