Skip to content

Commit

Permalink
Release v2.1.0 - Farmer unemployment feature completed
Browse files Browse the repository at this point in the history
  • Loading branch information
soda committed Sep 26, 2018
1 parent dd100fd commit 3277d99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/runner/CowSim.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/** Ideas
* Use MouseInfo.getPointerInfo().getLocation() to get mouse X and Y position
* Use jar2app: jar2app /Users/soda/Desktop/CowSim.jar -i /Users/soda/Desktop/Icons/CowSim/Logo/favicon.icns -o -v [REPLACE WITH VERSION] -s [REPLACE WITH VERSION] -n CowSim [REPLACE WITH VERSION] -d CowSim
* Use jar2app: jar2app /Users/soda/Desktop/CowSim.jar -i /Users/soda/Desktop/Icons/CowSim/Logo/favicon.icns -o -v [REPLACE WITH VERSION] -s [REPLACE WITH VERSION] -n "CowSim [REPLACE WITH VERSION]" -d CowSim
* Remember to export CowSim to /Users/soda/Desktop/CowSim.jar first!
*/

Expand Down Expand Up @@ -95,7 +95,7 @@ public class CowSim {

static String ENmoney = "Money";

static String ENfarmpoints = "Farm points to next farm level";
static String ENfarmpoints = "Farm points";
static String ENfarmlevel = "Farm level (" + pointsPerLevel + " farm points)";

static String ENbillBuy = "Pay bills";
Expand Down Expand Up @@ -477,7 +477,7 @@ public void actionPerformed(ActionEvent e) {
}
});

ui15.setToolTipText(ENfarmerSell);
ui16.setToolTipText(ENfarmerSell);

JButton ui17 = new JButton(saveImg); // Money tracker
ui17.addActionListener(new ActionListener() {
Expand Down

0 comments on commit 3277d99

Please sign in to comment.