Closed ghost closed 4 years ago
I reopening this issue as I just noticed that the frame.setTitle
in the merged PR is not executed on the Swing thread. @ke8683da Could you fix this by sending a new PR with Swing { frame.setTitle(title) }
block similar to def show()
and then test this thoroughly using existing labs with game loops running for a while with some load on your CPU such as in Snake, so that we can spot any threading issues make e.g. the Swing thread hang.
merged; thanks!
I am requesting the setTitle method to be implemented and accessible from introprog.PixelWindow. I noticed that JFrame has a method for renaming the frame title, and I am missing this feature in PixelWindow, it could be useful