Layout

Randahl Fink Isaksen randahl at rockit.dk
Thu Oct 4 06:53:35 PDT 2012


I strongly recommend you avoid absolute positioning. In most applications you never know anything about the size of the end user's screen and the fonts used. Dynamic layouts like the ones JavaFX has can adapt to individual user preferences, absolute layouts cannot.

R.


On Oct 4, 2012, at 14:51 , Tom Eugelink <tbee at tbee.org> wrote:

> Not seeing my post from this morning appear, so I'm reposting but without the attachment this time.
> 
> I've posted a thread on the JavaFX forums with problems I run into when writing a Google Calendar style control. I could use advice on how to best do this nested Panes layout.
> 
> https://forums.oracle.com/forums/thread.jspa?threadID=2447739&stqc=true
> 
> Tom



More information about the openjfx-dev mailing list