May 9, 20178 yr Starting a auto-walking script to start off and was wondering if anyone has source code for a GUI, so user can select where they would like to go, example: a drop down menu showing all locations, and user can select a location and press go to start the script. Or somewhere where I can learn how to create a GUI, would be greatly appreciated! ty
May 10, 20178 yr Use https://eclipse.org/windowbuilder/ For Eclipse Or http://docs.oracle.com/javafx/scenebuilder/1/use_java_ides/sb-with-intellij.htm For intellij
May 10, 20178 yr Author Just now, jamesjohn01470 said: Use https://eclipse.org/windowbuilder/ For Eclipse Or http://docs.oracle.com/javafx/scenebuilder/1/use_java_ides/sb-with-intellij.htm For intellij thanks dog
May 10, 20178 yr Or learn to write your own, it's a useful skill. For what you are asking, it's like 30 lines of code.
May 10, 20178 yr As alek mentioned, writing one from scratch is your best plan, but there are a bunch of tools you can use and many IDEs have corresponding plugins. I personally start with a windowbuilder and adjust the code after designing it, as alot of the code generated by the windowbuilders is untidy and/or poorly structured.
May 10, 20178 yr Learn swing for bot GUI's. Then learn javaFX if you want to be able to make nice looking GUI's for regular programs.
Create an account or sign in to comment