The Windows Runtime stack is currently lacking a local relational database from Microsoft. Never fear, because SQLite is freely available and up to the task. Today I'll be covering how to use SQLite ...
A JavaFX demo application which uses a similar to RobotLegs structure. Built with Java 9-ea (jdk-9+180) and the new module approach (project jigsaw).
This application runs a restaurant billing management system providing functions including: 1). Place new order for different tables. 2). Modify the latest order of each table. 3). View history order ...
JetBrains has released a "spring refresh" of the recent major update of its flagship Java IDE, IntelliJ IDEA. Along with some bug fixes and usability enhancements, version 12.1 adds new support for ...
JavaFX provides certain colors by default when rendering charts. There are situations, however, when one wants to customize these colors. In this blog post I look at changing the colors of a JavaFX ...
package dustin.examples; import javafx.scene.Group; import javafx.scene.Scene; import javafx.scene.effect.*; import javafx.scene.paint.Color; import javafx.scene.text ...
At the Oracle OpenWorld event, the database giant revealed some details about its Java roadmap. Oracle unsurprisingly wants to continue improving Java Enterprise Edition, but the company also ...