-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added package system, also added text to buttons.
+ Changed name from projectiletest to JWeather. Versioning and master to be referenced from Reference.class finals.
- Loading branch information
Showing
4 changed files
with
52 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
package gui; | ||
|
||
import java.awt.Color; | ||
import java.awt.GradientPaint; | ||
import java.awt.Graphics; | ||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ | |
* 3 = rain splash | ||
* | ||
*/ | ||
package gui; | ||
|
||
import java.awt.AlphaComposite; | ||
import java.awt.Color; | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
package gui; | ||
|
||
public class Reference { | ||
public static final String NAME = "JWeather"; | ||
public static final String VERSION = "1.0.3.0"; | ||
public static final String AUTHOR = "Jacob & David"; | ||
} |