Conversation
# Conflicts: # weather/src/test.java
# Conflicts: # weather/src/test.java ckw
# Conflicts: # .idea/.gitignore # .idea/misc.xml # out/production/theWeather/test.class # weather/src/test.java
…time, cleaned code
forecast display temperature.
Bug found where weather data in forecast overlaps existing data instead of clearing. Looking for a fix. Cleaned code.
made initial launch blank until user input.
…rporated Nic's bug fixes.
Added different weather types for map. Added Interface and Inheritance for project requirements.
Removed all extra imports and corrected unnecessary non static calls to static.
Made saved city combo box and favorite button invisible until "saved city" feature is added. Set Max Zoom in for map to 10 to avoid lag and better display weather data.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Functioning version with GUI. Requires further polish.