-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- based on FlatLaf Dark and Darcula themes - not triggered automatically - instead the user has to manually edit appstart.properties file and activate either swing.defaultlaf=com.formdev.flatlaf.FlatDarkLaf or swing.defaultlaf=com.formdev.flatlaf.FlatDarculaLaf
- Loading branch information
Showing
2 changed files
with
50 additions
and
33 deletions.
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,39 +1,46 @@ | ||
# AppStart options | ||
### AppStart options | ||
|
||
# specify JVM options here. Default: none | ||
### specify JVM options here. Default: none | ||
app.vm.options = -Xmx800M | ||
|
||
# specify a dir where dependent jar files are found. Default: lib | ||
### specify a dir where dependent jar files are found. Default: lib | ||
#app.libs.dir = lib | ||
|
||
# specify additional class path resources. Default: none | ||
### specify additional class path resources. Default: none | ||
#app.class.path = | ||
|
||
# specify the main class of the application to run. Required | ||
### specify the main class of the application to run. Required | ||
app.main.class = driftingdroids.ui.Starter | ||
|
||
# true if you want to follow the output of the child process. Default: false | ||
### true if you want to follow the output of the child process. Default: false | ||
#app.follow = true | ||
|
||
|
||
|
||
# specify here your additional system properties. They will be added | ||
# to the command line as -Dproperty=value | ||
### specify here your additional system properties. They will be added | ||
### to the command line as -Dproperty=value | ||
|
||
|
||
#user.language=en | ||
#user.language=de | ||
#user.language=ru | ||
#user.language=eo | ||
#user.language=fr | ||
|
||
#swing.defaultlaf=com.formdev.flatlaf.FlatLightLaf | ||
swing.defaultlaf=com.formdev.flatlaf.FlatIntelliJLaf | ||
|
||
### "light" Look & Feel | ||
swing.defaultlaf=com.formdev.flatlaf.FlatLightLaf | ||
#swing.defaultlaf=com.formdev.flatlaf.FlatIntelliJLaf | ||
|
||
### "dark" Look & Feel | ||
#swing.defaultlaf=com.formdev.flatlaf.FlatDarkLaf | ||
#swing.defaultlaf=com.formdev.flatlaf.FlatDarculaLaf | ||
|
||
### "good old" Look & Feel | ||
#swing.defaultlaf=javax.swing.plaf.nimbus.NimbusLookAndFeel | ||
|
||
|
||
# remove the "#" in front of "UseSlowSearchMoreSolutions" | ||
# in order to use a slower, more extensive search that can find a larger | ||
# number of distinct, equally good solutions for some game problems. | ||
### remove the "#" in front of "UseSlowSearchMoreSolutions" | ||
### in order to use a slower, more extensive search that can find a larger | ||
### number of distinct, equally good solutions for some game problems. | ||
#UseSlowSearchMoreSolutions |
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