To change the state of any object from an outside class, you either need to make the field public or provide a method to access/change it.
Considering JFrame's setTitle(String title), (inherited...