In this article, we’ll write a program (The Reloader) to easily play with Java code without the need to know how to compile or run the code or print the result.
-
Still Time to Schedule Your Holiday for 2038
A new Y2K-bug seems to be approaching and we still have time to prevent it! Or you can already schedule a long holiday for the year 2038…
-
Hand Ground Coffee: Command Line Tools for Java
I prefer the command line for my daily work, using the combination of git, sed, grep, bash commands etc. makes recurring tasks easier.
-
Learn JShell with JavaFX in 60 Seconds
We started with an introduction of the basics of using jshell. Next, you got a chance to learn how to run a JavaFX application file from a terminal command prompt and from within jshell’s command prompt.
After that, launching the application we were able to change the color interactively by setting the public static member variable color.
Lastly, we learned how to stop a JavaFX application properly via /reset command.