Model / View Separation: Java for Programmers

preview_player
Показать описание
Split an application into the model (data) and view (UI). Uses packages and dependency injection for referencing the model from the UI. Creates an object manager class (DoorManager) to store data objects.
Рекомендации по теме
Комментарии
Автор

manager isn't an arraylist or list type. How are you able to use it without an error. I watched the other videos and I can't seem to use the .add with manager. My code as far as my attention span holds should be the same as what you wrote...

oliverdacracker