On 2017-04-20 08:54, Santiago A. via Lazarus wrote:
> Of course, GUIs are massive time consuming. Have you ever create a form
> by hand in runtime?

Yes, many times. If you want to see the real ease of that (without
needing a GUI Designer), then take a look at Java's MiGLayout layout
engine. Absolutely brilliant, dynamic, requires little code, supports
multiple size types (pixel, cm, mm, inches etc), knows the button order
between OSX, Windows, and even supports a "debug overlay" to help you
resolve layouting problems.

  http://miglayout.com/

This blogs shows a nice comparison of MiGLayout vs other Java layout
options. Noticably you can see MiGLayout requires much less code and has
many more features.


https://objectcomputing.com/resources/publications/sett/may-2009-miglayout-the-one-java-layout-manager-that-does-it-all/


Regards,
  Graeme

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

My public PGP key:  http://tinyurl.com/graeme-pgp
-- 
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to