happyjack27 / autoredistrict

Programmatically makes a fair congressional district map (prevents gerrymandering)
GNU General Public License v3.0
89 stars 15 forks source link

ui.MainFrame changes break geography.Project from compiling #205

Closed MithrilTuxedo closed 6 years ago

MithrilTuxedo commented 6 years ago

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 to evolutionPopulationTF and successfully got the GUI to load.