IsmAvatar / LateralGM

A free Game Maker source file editor
http://lateralgm.org/
Other
90 stars 25 forks source link

About Dialog Default Button #534

Closed RobertBColton closed 3 years ago

RobertBColton commented 3 years ago

Although the about box has a default button as of 257a96015310a49baf578910c58edf42a92a1e54, it doesn't work. The text field component is stealing the focus which is in the Java documentation. Not sure what is correct way to fix it yet because we want the text part to still be selectable. https://docs.oracle.com/javase/7/docs/api/javax/swing/JRootPane.html#setDefaultButton(javax.swing.JButton)