Closed MithrilTuxedo closed 6 years ago
In d6803cd the ui.MainFrame public field textField was removed.
textField
The use of the field was not removed from geography.Project. https://github.com/happyjack27/autoredistrict/blob/d6803cd414ef35db270e62251b91c420cb733866/src/geography/Project.java#L103
To run ui.Applet in IntelliJ, I changed textField to evolutionPopulationTF and successfully got the GUI to load.
evolutionPopulationTF
In d6803cd the ui.MainFrame public field
textField
was removed.The use of the field was not removed from geography.Project. https://github.com/happyjack27/autoredistrict/blob/d6803cd414ef35db270e62251b91c420cb733866/src/geography/Project.java#L103
To run ui.Applet in IntelliJ, I changed
textField
toevolutionPopulationTF
and successfully got the GUI to load.