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
if (!GraphicsEnvironment.isHeadless()) {
/* Create about dialog */
final Dialog aboutDialog = new Dialog((Dialog) null);
final GridBagLayout aboutLayout = new GridBagLayout();
aboutDialog.setLayout(aboutLayout);
The text was updated successfully, but these errors were encountered:
In AirReciever.java, just add this:
The text was updated successfully, but these errors were encountered: