panes

Dynamic Splitter Panes

How would I go about implementing dynamic/docking splitter panes in a vb.net app similar to visual studio? ...

freely floating Adobe Flex application panes inside a browser window

In a browser-deployed Flex app, is it possible to create several freely floating and independently draggable panes, each of which contains Flex GUI elements, and each of which can communicate with each other as well as with the DOM via the Flex-Ajax Bridge? ...

swing root pane

I understood that every top level container has some layers: root pane layer pane content pane glass pane but I didn't understand if the root pane is the top level container itself... which is the equivalence between a pane and a container? In fact when I return a pane with getContentPane() the object is a Container type! ...

Is it possible to detect external applications' window movements on desktop?

Background: In Windows 7 it is possible to maximize and "semi-maximize" application windows by dragging them to the top/top-left/top-right corner of the screen (the latter two will make your application windows fill the screen vertically, but only fill half the screen horizontally, allowing for another application to be "semi-maximized"...