I need to have certain info inside my program which I need to access and modify in between different classes inside different packages. I've tried using a separate class for them but it doesn't work because I need to make a new instance every time I use it in a different class.
Is there a way to solve this problem?