Closed ExtremeCoolDude closed 3 years ago
1.) Chessboard.java is the "main" board. Update updateCanvas() there. ShowAppearanceBoard and EnterPosBoard are for the graphics dialog and the dialog for entering a new position. You might update updateCanvas() there as well. 2.) check capitalization, it's JMetro jMetro = new JMetro(Style.DARK); not JMetro jMetro = new JMetro(style.DARK);
Thanks a lot ! Looks beautiful!
looks nice indeed. Maybe I should add a dark mode in a future version...
That'd be awesome! You could also publish Jerry(Dark version) executables only + light versions only since its just a few lines modification.
Here's a somewhat messy patch incase someone wants a mod in the meantime. https://gist.github.com/ExtremeCoolDude/d2c4f1f6fa12c47ee830dc82fd9fe213
Hello, I'm not a coder but wanted to adjust UI to my taste. I have a few questions, if you want me to open separate issues please let me know.
no. 1
Is the background filled with lighter square colors ? is there a way to hardcode it without breaking things ? Thank you in advance.
I can't figure out which one is for background on
BoardStyle.java
on
ShowAppearanceBoard.java
I uncommented your commented part, so I expected background to fill with supplied rgb, but it was of the settings window :no. 2
On an completely unrelated note, when I run start.sh program starts without a problem, when I do java -jar {jerry.jar} it runs without a problem BUT when I create a desktop entry with no dashes etc (as per standard, proper permissions) no matter what I do I get "
Unable to access {jerry}.jar
" error message, would you have any idea as what would be causing it ? (Not sure if this issue is of software or Linux)no. 3
I want to build the app with dark theme. According to https://www.pixelduke.com/java-javafx-theme-jmetro/#Backgrounds
I tried to do on
App.java
on line 714 :I keeping getting symbol not found error, please forgive me if this is a silly question, I don't know much coding.