Categories
JavaTips and Tutorials → Swing

Java full screen image viewer

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
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Other Free / Open Source License
DETAILS

Swing''s new JFormattedTextField component

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....
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Intelligent data keeps Swing simple

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...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Swing''s new Spinner component

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS
©2019 A--9.com