Re: Screen Resolution
- From: "Andrew Thompson" <u32984@uwe>
- Date: Wed, 21 Nov 2007 13:12:57 GMT
RedGrittyBrick wrote:
Andrew Thompson wrote:
Why is it important to know?
I am writing a GUI without layout manager,
That's interesting. Why are you not using a layout manager?
I agree about the interesting part. I am a strong advocate of the
fact that if there is any complexity whatsoever in a custom layout,
it should be encapsulated (written, coded) in a LayoutManager.
( Definining a custom layout manager is a lot easier than most
people think. )
OTOH - a lot of the things people expect can only be provided
by a custom LM (or a null LM) can coded using Sun standard
LMs, just by using 'nested layouts'.
--
Andrew Thompson
http://www.physci.org/
Message posted via http://www.javakb.com
.
- Follow-Ups:
- Re: Screen Resolution
- From: Abdelali Adil
- Re: Screen Resolution
- References:
- Screen Resolution
- From: Abdelali Adil
- Re: Screen Resolution
- From: Andrew Thompson
- Re: Screen Resolution
- From: Abdelali Adil
- Re: Screen Resolution
- From: RedGrittyBrick
- Screen Resolution
- Prev by Date: Re: SWT change Tree Node behavior bug
- Next by Date: J3D zoom
- Previous by thread: Re: Screen Resolution
- Next by thread: Re: Screen Resolution
- Index(es):
Relevant Pages
|