Skip to content

Instantly share code, notes, and snippets.

@evinugur
Created February 3, 2014 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evinugur/8784616 to your computer and use it in GitHub Desktop.
Save evinugur/8784616 to your computer and use it in GitHub Desktop.
There's a bug in RobotBuilder where a JFrame method could result in saving an X and Y onscreen position of -32000,-32000 to the registry making the program impossible to use. I've submitted a fix to the official sources, but for the time being, this Windows Registry (bleh) script should save the day.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\JavaSoft\Prefs\robotbuilder./Main/Frame]
"getting_started.visible"="false"
"/X"="0"
"/Y"="0"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment