Skip to content
View IdelsTak's full-sized avatar
πŸ–₯️
Porting Swing to JavaFX
πŸ–₯️
Porting Swing to JavaFX
Block or Report

Block or report IdelsTak

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. ikonx ikonx Public

    Simplify icon selection with IkonX - your Ikonli icon pack browser.

    Java 9

  2. water-towers-problem water-towers-problem Public

    If you have an input array where each element represents the height of one tower in a line of towers. And, the width of every tower is 1. It starts raining. How much water is collected between the …

    Java 1

  3. arrayblockingqueue-screensaver arrayblockingqueue-screensaver Public

    Java 1

  4. sudokufx sudokufx Public

    A sudoku solver with a JavaFX frontend

    Java

  5. maven-serviceloader-autodiscovery-example maven-serviceloader-autodiscovery-example Public

    Maven project showcasing seamless auto-discovery using the ServiceLoader pattern.

    Java 1

  6. ServiceLoader auto service discovery... ServiceLoader auto service discovery using serviceloader-maven-plugin in a Maven Project
    1
    # ServiceLoader auto discovery (that works!) in a maven multi-module project using serviceloader-maven-plugin
    2
    
                  
    3
    Demonstrating how to use the `serviceloader-maven-plugin` to simplify the `ServiceLoader` auto service discovery mechanism in a Maven project with loosely coupled modules. (code repo [here](https://github.com/IdelsTak/maven-serviceloader-autodiscovery-example))
    4
    
                  
    5
    ## Project Structure