Talk:List of graphical user interface elements
This article is rated Start-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||
|
Text and/or other creative content from this version of Graphical user interface elements was copied or moved into Pointer (computing WIMP) with this edit on 18:27, 20 December 2011. The former page's history now serves to provide attribution for that content in the latter page, and it must not be deleted as long as the latter page exists. |
Window, Frame, Dialog
[edit]Java knows Window, Frame and Dialog. I don't really know about other GUI programming languages. But in Java, they are pretty distinct: Window -> the super class: just a GUI rectangle; Frame -> extended from Window: the main App Window with the framing border and the size controls (although it can be undecorated: back to the 'plain' GUI rectangle), also with the corresponding tab in the taskbar (Windows); Dialog -> also extended from Window: owned (interaction) Dialog (owner (Frame, or other Window) sometimes invisible), often modal and not resizeable, no size controls, no tab in the taskbar. Whether this is Java, or rather the GUI OS <- more or less consistent on any GUI, I don't know. --Alien4 (talk) 11:18, 13 July 2010 (UTC)
How about just adding pictures of each and every element?
[edit]picture on the left and correct name on the right. And someone immediately sees what he/she is looking for. How simple could it be? — Preceding unsigned comment added by 212.238.237.61 (talk) 19:32, 29 August 2015 (UTC)