OSDev.org
https://forum.osdev.org/

Alternative User Interfaces
https://forum.osdev.org/viewtopic.php?f=15&t=19125
Page 4 of 4

Author:  embryo [ Wed Jul 09, 2014 5:13 am ]
Post subject:  Re: Alternative User Interfaces

MessiahAndrw wrote:
My idea for a more productive and intuitive alternative to window management would be a 'docking window manager' that imitates VS-style docking.

In Java it is called "Layout". There are many different ways to let user change the layout (and one of the ways is docking). But underlying implementation is still the same - old plain layout manager.

There is the LayoutManager interface, you can see all its implementers here. Having such a solid base all that is required from developer is to implement some UI controls for interactive layout management. And actually some UI controls are already implemented and included into the default JRE class library. And much more UI controls are implemented by independent vendors.

Page 4 of 4 All times are UTC - 6 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/