Swing is an extension library to the AWT, includes new and improved components that enhance the look and functionality of GUIs. Swing can be used to build Standalone swing gui Apps as well as Servlets ...
Given a JPanel that is on the interface at 64x64pixels how can I get it to paint into a bitmap as if it were 128*128pixels, <I>without</I> either removing it from the interface or changing the actual ...