Ted Hill wrote:
>
> Thank you for your advice on using JButton.
>
> My buttons/controls will be fairly small and positioned in the corners of
> the JPanel so as not to obscure the BufferedImage underneath it.
>
> Can you suggest a layout method that will place the buttons in the four
> corners and keep them there when/if the JPanel containing them is resized?

I can think of two or three options:
    o) Box Layout using combinations of horizontal and vertical struts
    o) GridBagLayout
    o) A combination of the two above, which is what I would do

Since component layout discussion belongs in an AWT group, if you draw a blank
about how to go about using these layouts, give me a call at the phone number
below and we can talk about it.

--
John Thienes                         `Agios `o Theos.
Mentor Graphics Corp.                `Agios Ischuros.
(503) 685-1847                       `Agios Athanatos.
[EMAIL PROTECTED]                  Eleison `emas.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to