You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using frame.xxx() has been deprecated since 3.x, and it's time to remove it so that we're not dealing with AWT collisions.
Before we can remove it completely, however, we need to add a message to the PDE that catches use of frame.setTitle() and others in code, and tells users to replace it with surface.setTitle(). Better yet, offer to replace it in the code by clicking a button.
Further, these methods need to be re-thought, since they're used more than intended/expected: #53
The text was updated successfully, but these errors were encountered:
Using
frame.xxx()
has been deprecated since 3.x, and it's time to remove it so that we're not dealing with AWT collisions.Before we can remove it completely, however, we need to add a message to the PDE that catches use of
frame.setTitle()
and others in code, and tells users to replace it withsurface.setTitle()
. Better yet, offer to replace it in the code by clicking a button.Further, these methods need to be re-thought, since they're used more than intended/expected: #53
The text was updated successfully, but these errors were encountered: