mirror of
https://github.com/badvision/jace.git
synced 2024-11-24 15:30:51 +00:00
Fix broken images
This commit is contained in:
parent
81cb05848e
commit
40b92dea51
12
README.md
12
README.md
@ -55,12 +55,12 @@ Because Jace provides an annotation processor for compilation, there is a chicke
|
|||||||
|
|
||||||
JACE will always be free, but it does take considerable time to refine and add new features. If you would like to show your support and encourage the author to keep maintaining this emulator, why not throw him some change to buy him a drink? (The emulator was named for the Jack and Cokes consumed during its inception.)
|
JACE will always be free, but it does take considerable time to refine and add new features. If you would like to show your support and encourage the author to keep maintaining this emulator, why not throw him some change to buy him a drink? (The emulator was named for the Jack and Cokes consumed during its inception.)
|
||||||
|
|
||||||
<a href="bitcoin:1TmP94jrEtJNqz7wrCpViA6musGsiTXEq?amount=0.000721&label=Jace%20Donations"><img src="https://sites.google.com/site/brendanrobert/projects/jace/donate.png" height="150px" width="150px"></a>
|
Donate here to support Jace developement:
|
||||||
* <a href="bitcoin:1TmP94jrEtJNqz7wrCpViA6musGsiTXEq?amount=0.000721&label=Jace%20Donations">Donate to support JACE! (BTC address: 1TmP94jrEtJNqz7wrCpViA6musGsiTXEq)</a>
|
<a href="https://www.paypal.me/BrendanRobert"><img src="images/donate.png" width="64"></a>
|
||||||
* <a href="https://www.paypal.me/BrendanRobert">Donate to support JACE! (Paypal)</a>
|
|
||||||
|
|
||||||
![Airheart](https://lh3.googleusercontent.com/AVWYkQH91Nn_zgHdZge4Kp89eJpdppl9mN5fls2jgJKXNyMYrxkPNRFVYQhnAL4gLxVzz398B6rcOXQCeSjBI7L2WI1M8uEvEK41CdHNkRXec_I-dnTZcRUCbAvHgFMDfA=w1280)
|
* <a href="bitcoin:1TmP94jrEtJNqz7wrCpViA6musGsiTXEq?amount=0.000721&label=Jace%20Donations">BTC address: 1TmP94jrEtJNqz7wrCpViA6musGsiTXEq</a>
|
||||||
![Color swatches](https://lh6.googleusercontent.com/UJZ6PoPnXf9sTsQHQjSae5F5GR-XKd8pmEzW5NZHRtCNQcjWbm2a1E9UISnr6mC9Ew3_ZKRaU9vHD7CBH7IzEniMQfvADvpmfdzVI16QqS2PAf0uC-yU1m0p3vaorQYI4A=w1280)
|
* <a href="https://www.paypal.me/BrendanRobert">Paypal</a>
|
||||||
![Desktop II](https://lh4.googleusercontent.com/HlnVOLcMjYE9AMwLR70_p00Z79afqoK1wqyGuW8vyh_m-Z197GakHy550RaQa4Xey8I4p0RhT9FDcnJkkWD2TAxX6_sa3yAkmQ6skio47eQ_4qiypDVNmw2Pw3Wefq69yw=w1280)
|
|
||||||
|
<img src="images/airheart.png" height="192"> <img src="images/colors.png" height="192"> <img src="images/desktop2.png" height="192">
|
||||||
|
|
||||||
More information here: https://sites.google.com/site/brendanrobert/projects/java-apple-computer-emulator
|
More information here: https://sites.google.com/site/brendanrobert/projects/java-apple-computer-emulator
|
||||||
|
BIN
images/airheart.png
Normal file
BIN
images/airheart.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 91 KiB |
BIN
images/colors.png
Normal file
BIN
images/colors.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 581 KiB |
BIN
images/desktop2.png
Normal file
BIN
images/desktop2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
BIN
images/donate.png
Normal file
BIN
images/donate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
@ -48,8 +48,8 @@ public class JaceApplication extends Application {
|
|||||||
Scene s = new Scene(node);
|
Scene s = new Scene(node);
|
||||||
s.setFill(Color.BLACK);
|
s.setFill(Color.BLACK);
|
||||||
primaryStage.setScene(s);
|
primaryStage.setScene(s);
|
||||||
primaryStage.titleProperty().set("jace");
|
primaryStage.titleProperty().set("Jace");
|
||||||
Utility.loadIcon("jace_icon.png").ifPresent(icon -> {
|
Utility.loadIcon("app_icon.png").ifPresent(icon -> {
|
||||||
primaryStage.getIcons().add(icon);
|
primaryStage.getIcons().add(icon);
|
||||||
});
|
});
|
||||||
} catch (IOException exception) {
|
} catch (IOException exception) {
|
||||||
|
BIN
src/main/resources/jace/data/app_icon.png
Normal file
BIN
src/main/resources/jace/data/app_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
Loading…
Reference in New Issue
Block a user