News

Life is an old Java 1.1 AWT (GUI) applet to play John Conway's Game of Life. You define a board pattern and then watch as the computer projects future generations of this pattern based on rules for ...
TicTacToe is an old Java 1.1 AWT (GUI) applet to play the child's game of Tic-Tac-Toe, also known as Ticktacktoe, X's and O's, Naughts and Crosses. Click the mouse on a position of your choice.
Which is better for your next Java GUI project: Java Swing vs. JavaFX? This tip explores their history and capabilities to help you choose the right one.
The design of the MIDP UI API Existing Java developers can get started with the MIDP very quickly because it leverages some proven design patterns in standard Java UI APIs, such as the AWT and Swing.