Re: setting size of elements
- From: Andrew Thompson <SeeMySites@xxxxxxxxxxx>
- Date: Sun, 28 Aug 2005 12:46:41 GMT
On Sun, 28 Aug 2005 07:29:58 -0400, Frances wrote:
> (I see that all the ActionListener stuff is the same for Swing as for
> AWT... (I thought you weren't supposed to mix AWT and Swing...;)
I hate that statement. At least that statement unqualified.
- Every Swing component extends an AWT component
- The vast majority of layouts are AWT
- Keyboard, Window, Mouse, Action.. events all
originate from the AWT
- D'n'D is all in the AWT..
Learners get the impression that they can ignore all
of the AWT if they are working with Swing, but you
just need to look at the imports of most Swing code
to realise how much of 'Swing' programming requires
a broad knowledge of the AWT.
> (I guess goes only for visual elements....)
Yep.
> ..again, many thanks.. Frances
No worries. :-)
--
Andrew Thompson
physci.org 1point1c.org javasaver.com lensescapes.com athompson.info
"I have to turn my head, until my darkness goes"
The Rolling Stones 'Paint It Black'
.
- References:
- setting size of elements
- From: Frances
- Re: setting size of elements
- From: Andrew Thompson
- Re: setting size of elements
- From: Frances
- Re: setting size of elements
- From: Andrew Thompson
- Re: setting size of elements
- From: Frances
- Re: setting size of elements
- From: Andrew Thompson
- Re: setting size of elements
- From: Frances
- setting size of elements
- Prev by Date: Re: JTexPane: Cross-platform chaos
- Next by Date: Re: JTexPane: Cross-platform chaos
- Previous by thread: Re: setting size of elements
- Next by thread: setFont()
- Index(es):
Relevant Pages
|