bubgum / crw-cmu

Automatically exported from code.google.com/p/crw-cmu
0 stars 0 forks source link

GUI produces errors when it is ran #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1. Open netbeans.
2. Click run.

Attached is the netbeans errors

Original issue reported on code.google.com by adriansc...@gmail.com on 1 Sep 2011 at 12:13

Attachments:

GoogleCodeExporter commented 9 years ago
This error is caused by a security permission exception when trying to set the 
name of the application.  I have no idea why this occurs, but the fix was to 
comment out the line:

System.setProperty("com.apple.mrj.application.apple.menu.about.name", "Airboat 
Control");

in the OperatorConsole constructor.

Original comment by psi...@gmail.com on 1 Sep 2011 at 3:28