Frank Schmitt
Frank Schmitt
To the maintainers: could you please check this PR and accept it or label it as hacktoberfest-accepted? I just realized that for the PR to be counted, it has to...
Hi! I noticed that Quicksort is still missing from the Sorting examples - I'd like to add it if that's ok.
@debois (I'm just getting started with Web development, so please take this with a grain of salt) The event handler for the click event is attached in both cases (with...
I did some further experimenting - re-attaching the event handlers in Firebug's console with /* assign on-click handler by CSS class - see http://stackoverflow.com/a/3808886/610979 */ function assignOnClickToCSSClass(matchClass, fn) { var...
I did some further experimenting: - instead of using Material.Scheme.top, directly referencing the style sheet via , Html.node "link" [ Html.Attributes.rel "stylesheet", Html.Attributes.href "https://code.getmdl.io/1.3.0/material.min.css" ] [] in Elm Result: same...
I'm a little bit hesitant (the last time I did a GUI project in Java was > 10 years ago, so I'm quite rusty regarding this); however, I'd be willing...
@RamAIbot Are you working on this? If yes, I'll un-assign myself from this issue.
> @RamAIbot Are you working on this? If yes, I'll un-assign myself from this issue. @RamAIbot Ok, I'm assuming you are currently not actively working on this. I'll take a...
@Verisimilitude11 What's the minimum JDK version we need to support? (I'm asking because the newest SceneBuilder version only supports JDK 11 and higher)
> I'm trying to run it from CMD for Windows, `./gradlew run --args="--gui"` does not seem to work, `'.' is not recognized as an internal or external command, operable program...