- 1,251 categories
- 40,829 scripts
- 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.
- Platforms
- Licenses
- Other Free / Open Source License
- 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....
- This generic Swing architecture eases your UI development by integrating intelligent data with Swing components. You can use the iData architecture to create a central repository of data within your application. By doing so, you''ll more fully s...
- This new column offers a glimpse into the new Java 1.4 release, starting with the new jSpinner component of Swing, which lets users easily select a date, number, or choice from a pick list. Article includes code snipets.