|
|
|
This article contains a source code of a simple Java program which draws image(from file or http:// URL) at the center of full-screen window. It uses AWT Toolkit to load image (from the file or http URL) and Swing JFrame to display it.
Version: n/a
Platforms: linux, windows, freebsd, osx, sun
Last Updated: April 06, 2007 |
|
|
|
|
Accepting formatted input doesn't have to be difficult with input verifiers and focus listeners. This installment of Magic with Merlin shows you how to use the new JFormattedTextField component to prompt for numbers, dates, and formatted input. The Java 2 Standard Edition (J2SE), version 1.4, adds two new Swing components to the palette of available GUI elements: JSpinner and JFormattedTextField.
Version: n/a
Platforms: n/a
Last Updated: May 28, 2007 |
|
|
|
|