Tagged Questions
0
votes
1answer
243 views
Trouble Updating Title in JInternalFrame GUI component
i am trying to update the title of a JInternalFrame component in my Java Project.
The component is an instance of my ImageFrame class which extends JInternalFrame, and in my code I call a setter ...