Tagged Questions
0
votes
0answers
94 views
Java JProgressBar -> MVC implementation
Could someone please show or link a working example as how to deploy a JProgressBar in a MVC Observer / Observable design. I find my self lost after several attempts. I have not had any problems whit ...
0
votes
0answers
229 views
java - mvc implementing JProgressBar with observer/observable
So far i managed to grip how it all works i have gotten every module working whit no problem:
View: Builds UI and provides methods for addressing JComponents on the main frame
Controller: Provides ...