Java
Java is an object-oriented programming language and a registered trademark of Sun Microsystems, which was acquired by Oracle in 2010.
It was created by a working group under the direction of James Gosling.
Characteristic of this programming language is that source files are compiled to bytecode and executed on a virtual machine.
The basics concepts for Java have been taken over from Smalltalk (virtual machine, memory management) and from C ++ (a large part of syntax and keywords).
Create a EU Tracking Warning Banner in Wicket
Every Website for visitors from the EU must implement the EU E-Privacy Directive and inform about the used tracking technologies. How to display this information in a simple, closable message bar in Wicket without including additional JavaScript resources? Read more...
How to use "Font Awesome" Icons in JavaFX
How to easily bind Font-Awesome icons in an JavaFX Application, both by using the font in FXML or directly in a programmatically created GUI. Read more...
FXML Markup Inheritance in JavaFX
Short introduction about how to create and extend components defined in FXML. Sample code included. Read more...