Tag: JavaFX

  • Implementing Windows’ Restart Manager in Java

    Implementing Windows’ Restart Manager in Java

    Disclaimer: I don’t know what I’m talking about, I’ve done little Win API (Win32) development and I only have a few years of Java development of which maybe 2 or 3 are developing desktop applications with JavaFX (Dashman being my first fully fledged out JavaFX app). Disclaimer 2: I have only tested this on my…

  • Restoring window sizes in JavaFX

    Restoring window sizes in JavaFX

    Update 2018-05-23: Updated the code to my current version, which fixes a few bugs. When doing usability testing of an alpha version of Dashman, one thing that I was strongly asked was to have the windows remember their sizes when you re-open the application. The need was clear as it was annoying to have the…