Re: doing control layout in awt
From: Hal Rosser (hmrosser_at_bellsouth.net)
Date: 08/06/04
- Next message: Darryl L. Pierce: "JNDI from Tomcat"
- Previous message: John M. Gamble: "Re: jEdit: compiles JDK 1.5.0 ok, but runs JDK 1.4.1 (why?)"
- In reply to: Andrew Thompson: "Re: doing control layout in awt"
- Next in thread: Andre Willkowsky: "Re: doing control layout in awt"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 5 Aug 2004 20:05:55 -0400
set layout to null, then use setBounds or setLocation method of the
components
"Andrew Thompson" <SeeMySites@www.invalid> wrote in message
news:ivy90vljepf5.659gw3etfyow$.dlg@40tude.net...
> 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
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.732 / Virus Database: 486 - Release Date: 7/29/2004
- Next message: Darryl L. Pierce: "JNDI from Tomcat"
- Previous message: John M. Gamble: "Re: jEdit: compiles JDK 1.5.0 ok, but runs JDK 1.4.1 (why?)"
- In reply to: Andrew Thompson: "Re: doing control layout in awt"
- Next in thread: Andre Willkowsky: "Re: doing control layout in awt"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|