News

Developing splash screens for Java applications is harder than it needs to be, until now. In this article, we will show you two ways of adding splash screens to your Java application.
Java collection classes allow a developer to keep track of contained items in one of two ways, either by an indexed count or a key. This creates an obvious limitation where multiple values can’t be ...