Re: doing control layout in awt
From: Andrew Thompson (SeeMySites_at_www.invalid)
Date: 08/05/04
- Next message: MERIGON Olivier: "Re: Java syntax style and tool question"
- Previous message: Hamilcar Barca: "Re: Academic Advice (Professionals only Please)"
- In reply to: Madhur Ahuja: "doing control layout in awt"
- Next in thread: Hal Rosser: "Re: doing control layout in awt"
- Reply: Hal Rosser: "Re: doing control layout in awt"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 05 Aug 2004 18:02:03 GMT
On Thu, 5 Aug 2004 20:07:33 +0530, Madhur Ahuja wrote:
> I want to layout my controls on the Applet without using any layout manager
<http://www.physci.org/codes/javafaq.jsp#cljg>
That is a logical contradiction by the way..
How do you expect to 'layout' your controls
without a 'layout manager'? Planning on
using magic?
If there is a logic to calculating the
positions of the child components, that
logic is best encapsulated in a LayoutManager,
waht you are probably after is a custom
LayoutManager.
[ And if there is no logic, we're back to 'magic' ]
-- Andrew Thompson http://www.PhySci.org/ Open-source software suite http://www.PhySci.org/codes/ Web & IT Help http://www.1point1C.org/ Science & Technology
- Next message: MERIGON Olivier: "Re: Java syntax style and tool question"
- Previous message: Hamilcar Barca: "Re: Academic Advice (Professionals only Please)"
- In reply to: Madhur Ahuja: "doing control layout in awt"
- Next in thread: Hal Rosser: "Re: doing control layout in awt"
- Reply: Hal Rosser: "Re: doing control layout in awt"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|