User Story
Essential components
Story
As a maintainer
I want ILFrame.java to have proper encapsulation
so that the internal implementation does not affect the external API
Supporting Info
This design change may require refactoring or modifications to the internal design of other classes.
Acceptance Criteria
Any instance variables of ILFrame.java that need to be accessed or modified by other classes are private and have accessor methods.
Dependencies
Depends On
issue #32
User Story
Essential components
Story
As a maintainer
I want ILFrame.java to have proper encapsulation
so that the internal implementation does not affect the external API
Supporting Info
This design change may require refactoring or modifications to the internal design of other classes.
Acceptance Criteria
Any instance variables of ILFrame.java that need to be accessed or modified by other classes are private and have accessor methods.
Dependencies
Depends On
issue #32