My guess is that you would have to use absolute positioning (i.e. no
LayoutManager).
          myPanel.getContentPane().setLayout(null);
Then set pixel locations for the components.

I haven't tried this sort of thing myself, however.

Sheldon Pacotti


=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 2D Home Page: http://java.sun.com/products/java-media/2D/

Reply via email to