US20040261039A1 - Method and system for ordering on-screen windows for display - Google Patents

Method and system for ordering on-screen windows for display Download PDF

Info

Publication number
US20040261039A1
US20040261039A1 US10/464,900 US46490003A US2004261039A1 US 20040261039 A1 US20040261039 A1 US 20040261039A1 US 46490003 A US46490003 A US 46490003A US 2004261039 A1 US2004261039 A1 US 2004261039A1
Authority
US
United States
Prior art keywords
window
inactive
mouse pointer
inactive window
screen
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US10/464,900
Inventor
William Pagan
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
International Business Machines Corp
Original Assignee
International Business Machines Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Priority to US10/464,900 priority Critical patent/US20040261039A1/en
Assigned to INTERNATIONAL BUSINESS MACHINES CORPORATION reassignment INTERNATIONAL BUSINESS MACHINES CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: PAGAN, WILLIAM G.
Publication of US20040261039A1 publication Critical patent/US20040261039A1/en
Priority to US12/130,951 priority patent/US7765488B2/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G09EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
    • G09GARRANGEMENTS OR CIRCUITS FOR CONTROL OF INDICATING DEVICES USING STATIC MEANS TO PRESENT VARIABLE INFORMATION
    • G09G5/00Control arrangements or circuits for visual indicators common to cathode-ray tube indicators and other visual indicators
    • G09G5/14Display of multiple viewports

Definitions

  • the present invention relates to window-based user interfaces, and more particularly to a method and system for providing improved on-screen window ordering.
  • GUIs have become the standard way users interact with computers, and the major GUIs include WindowsTM and MacTM along with Motif for UNIX and the GNOME and KDE interfaces for Linux.
  • FIG. 1 is a block diagram illustrating a conventional computer system with a window-based user interface.
  • a typical personal-computer (PC) system 10 includes a microprocessor and memory (not shown) for executing computer programs, various input devices, e.g., keyboard 12 and mouse 14 , and a display screen 16 .
  • the display screen 16 may display any number of open windows 18 a and 18 b (collectively referred to as windows 18 ), each awaiting user input.
  • Example types of computer programs include spreadsheets, word processors, and Web browsers.
  • the windows 18 it is common for the windows 18 to overlap so that some windows 18 partially or completely obscure other windows 18 .
  • the operating system typically views the windows 18 as a stack and maintains an ordering of the windows 18 with respect to display depth.
  • the mouse 14 may be used to move a mouse pointer 20 among the various windows 18 .
  • the user typically activates a particular window 18 by clicking the mouse pointer 20 anywhere on the window 18 .
  • a window 18 is activated, i.e., becomes the active window 18 a, it is displayed in its entirety on top of all other windows 18 b and is the only window that can receive user input.
  • the user typically interacts with the active window 18 a by selecting or entering data in the window 18 , or by selecting menu functions associated with the window 18 .
  • windows 18 can be moved to open areas of the screen and/or resized, the current window management schema makes it difficult for user to juggle more than a very few windows 18 at a time without obscuring other windows 18 that are being used.
  • the user When one window 18 a that the user wishes to interact with is obscured by another, the user must take extra steps to return the window 18 b to the forefront. This can be notably annoying at times, particularly as the number of windows 18 being juggled increases.
  • each of the windows would pop to the top of the display in quick succession whether the user wanted them to or not. Rearranging the depth order of the windows in this fashion without user consent could be distracting and annoying to the user in certain situations.
  • the present invention provides a method and system for ordering on-screen windows for display in which an active window partially overlaps an inactive window and hides a portion of the inactive window.
  • the movement of a mouse pointer is monitored to determine its location on the screen.
  • the inactive window is given focus to enable the inactive window to receive event signals even though a portion of the inactive window remains hidden.
  • the present invention enables a user to interact with inactive windows as though they were active without upsetting the original display depths of the windows.
  • the user must physically select an inactive window to provide it focus before hidden parts of the inactive window can be made to appear, thereby overcoming the problems inherent in automatically bringing to the forefront any window that the mouse pointer passes over.
  • FIG. 1 is a block diagram illustrating a conventional computers system having a window-based user interface.
  • FIG. 2 is a flow chart illustrating a process for intelligently ordering on-screen windows for display in accordance with a preferred embodiment of the present invention.
  • FIG. 3 is a block diagram showing two open windows displayed on the screen.
  • FIG. 4 is a block diagram showing an inactive window being made the active window and brought to the forefront of the screen.
  • FIG. 5 is a block diagram illustrating the screen once the inactive window is given focus.
  • FIG. 6 is a block diagram illustrating the screen showing the once hidden portion of the inactive window being displayed in response to movement of the mouse pointer when the window has focus.
  • FIGS. 7A and 7B are block diagrams illustrating the process of displaying hidden portions of the inactive window when one or more intervening windows are displayed between the active window and inactive window.
  • the present invention relates to a method for managing the display of windows in a window-based computer system.
  • the following description is presented to enable one of ordinary skill in the art to make and use the invention and is provided in the context of a patent application and its requirements.
  • Various modifications to the preferred embodiments and the generic principles and features described herein will be readily apparent to those skilled in the art.
  • the present invention is not intended to be limited to the embodiments shown, but is to be accorded the widest scope consistent with the principles and features described herein.
  • the present invention provides an improved system for managing window-based environments that reduces the need for a user to mandate the position, dimensions, layered depth (i.e., the number of windows that a particular window is from being in the forefront, or the number of windows away that the particular window is from being the active window), and maximized/minimized status.
  • the present invention accomplishes its objectives by changing what occurs when an inactive window is clicked, and how the window then behaves when the window is not in the forefront.
  • the present invention provides a mechanism that allows the user to interact with an inactive window as though the window was at the forefront without changing the relative display depths the windows.
  • This mechanism is referred to as giving an inactive window focus and operates as follows.
  • the inactive window is given focus, meaning that the window receives even signals, even though the window is not the “active” window and displayed in the forefront.
  • the hidden portion of the inactive window is temporarily revealed on the display for user interaction. Once the user moves the cursor away this revealed portion of the window, that portion of the window returns to its hidden state. If the cursor is removed from within the boundaries of the inactive window, focus is automatically returned to the active window.
  • the present invention requires the user to physically select an inactive window before focus is given to that window, the present invention does not suffer the problem of the method that automatically brings a window to the forefront when the mouse pointer is passed over the window. And because the window with focus is not automatically displayed in the forefront and its hidden portions are only temporarily revealed during a mouse pointer pass over, the present invention does not permanently change the relative display depths of the windows.
  • FIG. 2 is a flow chart illustrating a process for intelligently ordering on-screen windows for display in accordance with a preferred embodiment of the present invention. The process will be explained at a base level where there is at least two open windows displayed on the screen 16 , as shown in FIG. 3, which shows an active window 22 partially overlapping an inactive window 24 so that a portion 26 of the inactive window 24 is hidden by the active window 22 .
  • step 50 begins in step 50 by monitoring the movement of the mouse pointer 20 across the screen 16 until the mouse pointer 20 is positioned over any one of the open windows. It is then determined in step 52 if the mouse pointer 20 is over the active window 22 . If so, no change is made in step 54 .
  • step 56 it is determined if the cursor is positioned over any inactive window 24 . If yes, then it is determined in step 58 whether the user has selected the inactive window 24 . In a preferred embodiment, the user selects an inactive window 24 by clicking with the mouse 14 when the pointer 20 is over the window 24 .
  • step 60 when the user selects an inactive window 24 it must be determined whether the user wishes to make the inactive window 24 the active window, or rather give the inactive window focus so that it can receive user input, while the original depth ordering is maintained.
  • the distinction is made in step 60 by determining whether the user selects the title bar of the inactive window 24 , or instead selects any visible portion of the inactive window 24 .
  • the inactive window 24 is made the active window in step 62 and brought to the forefront of the screen, as shown in FIG. 4.
  • FIG. 5 is a block diagram illustrating the screen 16 once the inactive window 24 is given focus.
  • the mouse pointer 20 and/or a cursor 28 are displayed in the window 24 and the window 24 receives all events signals from the user input devices, but the depth ordering of the windows remain unchanged so that some portions 26 of the inactive window 24 remain hidden.
  • step 66 it is determined in step 66 whether the mouse pointer 20 is moved over a hidden portion 26 of the window 24 . If the mouse pointer 20 has been moved over the hidden portion 26 , then in step 68 the hidden portion 26 is revealed on the screen.
  • FIG. 6 is a block diagram illustrating the screen 16 showing the once hidden portion 26 of window 24 being displayed in response to movement of the mouse pointer 20 when the window 24 has focus. Once displayed, the once hidden portion 26 of window 24 is also able to receive even signals because all displayed areas of window 24 are given focus. Note, although the example shows all of window 24 being displayed, window 22 remains the active window, which is typically indicated by displaying a highlighted title bar in the active window 22 and displaying a grayed-out title bar in the inactive window 24 .
  • step 70 if it is determined that the mouse pointer 20 is moved away from the portion 26 of the window 24 that would normally be hidden in step 70 , then that portion 26 of the window 24 is returned to its hidden state in step 76 , as shown in FIG. 5. If the mouse pointer 20 is not moved away, then step 70 is repeated to keep checking.
  • step 72 it is determined if the mouse pointer 20 is from within the boundaries of the inactive window 24 . If yes, then in step 74 , focus is automatically returned to the active window 22 and the movement of the mouse pointer 20 continues to be monitored. If the mouse pointer is not moved outside the boundaries of the inactive window 24 , then the process continues by determining if the cursor passes over a hidden portion 26 of the inactive window 24 in step 66 .
  • FIGS. 7A and 7B are block diagrams illustrating the process of displaying hidden portions of the inactive window 24 when one or more intervening windows are displayed between the active window 22 and inactive window 26 .
  • FIG. 7A shows an intervening window 30 between active window 22 and window 24 , which currently has focus. The windows are positioned such that window 30 hides a portion 32 of window 24 that the active window 22 does not.
  • FIG. 7B shows that if the mouse pointer 20 is moved to the portion 26 of the window 24 hidden by the active window 22 , then only that hidden portion 26 of window 24 is displayed. The portion 32 hidden by window 30 remains hidden. Should the mouse pointer 20 pass from portion 26 to portion 32 , then portion 26 would return to its hidden state, and portion 32 would be displayed.

Abstract

A method and system for ordering on-screen windows for display is disclosed in which an active window partially overlaps an inactive window and hides a portion of the inactive window. The movement of a mouse pointer is monitored to determine its location on the screen. In response to the inactive window being selected with the mouse pointer, the inactive window is given focus to enable the inactive window to receive event signals even though a portion of the inactive window remains hidden, whereby original display depths of the windows is maintained.

Description

    FIELD OF THE INVENTION
  • The present invention relates to window-based user interfaces, and more particularly to a method and system for providing improved on-screen window ordering. [0001]
  • BACKGROUND OF THE INVENTION
  • Almost all of today's personal computers are controlled by operating systems that have a window-based user interface. Most of these operating systems are capable of multitasking in which multiple programs execute simultaneously, and each program displays a window on a display screen for user interaction. The ability to resize application windows and change style and size of fonts are the significant advantages of a GUI versus a character-based interface. Window-based GUIs have become the standard way users interact with computers, and the major GUIs include Windows™ and Mac™ along with Motif for UNIX and the GNOME and KDE interfaces for Linux. [0002]
  • FIG. 1 is a block diagram illustrating a conventional computer system with a window-based user interface. As is well known, a typical personal-computer (PC) [0003] system 10 includes a microprocessor and memory (not shown) for executing computer programs, various input devices, e.g., keyboard 12 and mouse 14, and a display screen 16.
  • Depending on the number of computer programs running, the display screen [0004] 16 may display any number of open windows 18 a and 18 b (collectively referred to as windows 18), each awaiting user input. Example types of computer programs include spreadsheets, word processors, and Web browsers. Depending on the arrangement and number of windows 18 displayed, it is common for the windows 18 to overlap so that some windows 18 partially or completely obscure other windows 18. To manage the display of windows 18, the operating system typically views the windows 18 as a stack and maintains an ordering of the windows 18 with respect to display depth.
  • The [0005] mouse 14, or other type of input device, may be used to move a mouse pointer 20 among the various windows 18. The user typically activates a particular window 18 by clicking the mouse pointer 20 anywhere on the window 18. When a window 18 is activated, i.e., becomes the active window 18 a, it is displayed in its entirety on top of all other windows 18 b and is the only window that can receive user input. The user typically interacts with the active window 18 a by selecting or entering data in the window 18, or by selecting menu functions associated with the window 18.
  • Although windows [0006] 18 can be moved to open areas of the screen and/or resized, the current window management schema makes it difficult for user to juggle more than a very few windows 18 at a time without obscuring other windows 18 that are being used. When one window 18 a that the user wishes to interact with is obscured by another, the user must take extra steps to return the window 18 b to the forefront. This can be terribly annoying at times, particularly as the number of windows 18 being juggled increases.
  • One attempted solution to this problem is disclosed in U.S. Pat. No. 5,046,001, which describes a method for accessing selected windows in a multitasking system. In this method, user inputs are monitored to determine the position of a cursor, and as the cursor passes over each window, the window is automatically promoted to the top display position and made active. The problem this method, however, is that the user can quickly lose control of which windows are promoted to the top of the display. Consider for example, the situation where there are many tiled windows displayed and the user needs to move the cursor to the side of the display screen [0007] 16 to select a program icon. Assuming that the cursor passes over each of the tiled windows on its way to the icon, each of the windows would pop to the top of the display in quick succession whether the user wanted them to or not. Rearranging the depth order of the windows in this fashion without user consent could be distracting and annoying to the user in certain situations.
  • Accordingly, what is needed is an improved method for ordering on-screen windows. The method should retain the original depth ordering of the windows, but also allow inactive windows to be used as though they were active. The present invention addresses such a need. [0008]
  • SUMMARY OF THE INVENTION
  • The present invention provides a method and system for ordering on-screen windows for display in which an active window partially overlaps an inactive window and hides a portion of the inactive window. The movement of a mouse pointer is monitored to determine its location on the screen. In response to the inactive window being selected with the mouse pointer, the inactive window is given focus to enable the inactive window to receive event signals even though a portion of the inactive window remains hidden. [0009]
  • According to the method and system disclosed herein, the present invention enables a user to interact with inactive windows as though they were active without upsetting the original display depths of the windows. In addition, the user must physically select an inactive window to provide it focus before hidden parts of the inactive window can be made to appear, thereby overcoming the problems inherent in automatically bringing to the forefront any window that the mouse pointer passes over.[0010]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram illustrating a conventional computers system having a window-based user interface. [0011]
  • FIG. 2 is a flow chart illustrating a process for intelligently ordering on-screen windows for display in accordance with a preferred embodiment of the present invention. [0012]
  • FIG. 3 is a block diagram showing two open windows displayed on the screen. [0013]
  • FIG. 4 is a block diagram showing an inactive window being made the active window and brought to the forefront of the screen. [0014]
  • FIG. 5 is a block diagram illustrating the screen once the inactive window is given focus. [0015]
  • FIG. 6 is a block diagram illustrating the screen showing the once hidden portion of the inactive window being displayed in response to movement of the mouse pointer when the window has focus. [0016]
  • FIGS. 7A and 7B are block diagrams illustrating the process of displaying hidden portions of the inactive window when one or more intervening windows are displayed between the active window and inactive window.[0017]
  • DETAILED DESCRIPTION OF THE INVENTION
  • The present invention relates to a method for managing the display of windows in a window-based computer system. The following description is presented to enable one of ordinary skill in the art to make and use the invention and is provided in the context of a patent application and its requirements. Various modifications to the preferred embodiments and the generic principles and features described herein will be readily apparent to those skilled in the art. Thus, the present invention is not intended to be limited to the embodiments shown, but is to be accorded the widest scope consistent with the principles and features described herein. [0018]
  • The present invention provides an improved system for managing window-based environments that reduces the need for a user to mandate the position, dimensions, layered depth (i.e., the number of windows that a particular window is from being in the forefront, or the number of windows away that the particular window is from being the active window), and maximized/minimized status. The present invention accomplishes its objectives by changing what occurs when an inactive window is clicked, and how the window then behaves when the window is not in the forefront. [0019]
  • The present invention provides a mechanism that allows the user to interact with an inactive window as though the window was at the forefront without changing the relative display depths the windows. This mechanism is referred to as giving an inactive window focus and operates as follows. When the user moves the mouse pointer over an inactive window and clicks on a visible portion of the inactive window, the inactive window is given focus, meaning that the window receives even signals, even though the window is not the “active” window and displayed in the forefront. Once the window is given focus and the user passes the cursor over a hidden portion of the inactive window, the hidden portion of the inactive window is temporarily revealed on the display for user interaction. Once the user moves the cursor away this revealed portion of the window, that portion of the window returns to its hidden state. If the cursor is removed from within the boundaries of the inactive window, focus is automatically returned to the active window. [0020]
  • Thus, because the present invention requires the user to physically select an inactive window before focus is given to that window, the present invention does not suffer the problem of the method that automatically brings a window to the forefront when the mouse pointer is passed over the window. And because the window with focus is not automatically displayed in the forefront and its hidden portions are only temporarily revealed during a mouse pointer pass over, the present invention does not permanently change the relative display depths of the windows. [0021]
  • FIG. 2 is a flow chart illustrating a process for intelligently ordering on-screen windows for display in accordance with a preferred embodiment of the present invention. The process will be explained at a base level where there is at least two open windows displayed on the screen [0022] 16, as shown in FIG. 3, which shows an active window 22 partially overlapping an inactive window 24 so that a portion 26 of the inactive window 24 is hidden by the active window 22.
  • Referring to both FIGS. 2 and 3, the process begins in [0023] step 50 by monitoring the movement of the mouse pointer 20 across the screen 16 until the mouse pointer 20 is positioned over any one of the open windows. It is then determined in step 52 if the mouse pointer 20 is over the active window 22. If so, no change is made in step 54.
  • In [0024] step 56, it is determined if the cursor is positioned over any inactive window 24. If yes, then it is determined in step 58 whether the user has selected the inactive window 24. In a preferred embodiment, the user selects an inactive window 24 by clicking with the mouse 14 when the pointer 20 is over the window 24.
  • According to the present invention, when the user selects an [0025] inactive window 24 it must be determined whether the user wishes to make the inactive window 24 the active window, or rather give the inactive window focus so that it can receive user input, while the original depth ordering is maintained. In a preferred embodiment, the distinction is made in step 60 by determining whether the user selects the title bar of the inactive window 24, or instead selects any visible portion of the inactive window 24.
  • If the user has selected the title bar, typically by clicking on it, then the [0026] inactive window 24 is made the active window in step 62 and brought to the forefront of the screen, as shown in FIG. 4.
  • Referring again to FIG. 2, if the user has clicked on any visible portion of the [0027] inactive window 24, then in step 64, the inactive window 24 is given focus. FIG. 5 is a block diagram illustrating the screen 16 once the inactive window 24 is given focus. When the window 24 is given focus, the mouse pointer 20 and/or a cursor 28 are displayed in the window 24 and the window 24 receives all events signals from the user input devices, but the depth ordering of the windows remain unchanged so that some portions 26 of the inactive window 24 remain hidden.
  • Referring again to FIG. 2, once the [0028] window 24 is given focus, it is determined in step 66 whether the mouse pointer 20 is moved over a hidden portion 26 of the window 24. If the mouse pointer 20 has been moved over the hidden portion 26, then in step 68 the hidden portion 26 is revealed on the screen.
  • FIG. 6 is a block diagram illustrating the screen [0029] 16 showing the once hidden portion 26 of window 24 being displayed in response to movement of the mouse pointer 20 when the window 24 has focus. Once displayed, the once hidden portion 26 of window 24 is also able to receive even signals because all displayed areas of window 24 are given focus. Note, although the example shows all of window 24 being displayed, window 22 remains the active window, which is typically indicated by displaying a highlighted title bar in the active window 22 and displaying a grayed-out title bar in the inactive window 24.
  • Referring again to FIG. 2, if it is determined that the [0030] mouse pointer 20 is moved away from the portion 26 of the window 24 that would normally be hidden in step 70, then that portion 26 of the window 24 is returned to its hidden state in step 76, as shown in FIG. 5. If the mouse pointer 20 is not moved away, then step 70 is repeated to keep checking.
  • If the [0031] mouse pointer 20 is not moved over a hidden portion 26 in step 66, then in step 72 it is determined if the mouse pointer 20 is from within the boundaries of the inactive window 24. If yes, then in step 74, focus is automatically returned to the active window 22 and the movement of the mouse pointer 20 continues to be monitored. If the mouse pointer is not moved outside the boundaries of the inactive window 24, then the process continues by determining if the cursor passes over a hidden portion 26 of the inactive window 24 in step 66.
  • FIGS. 7A and 7B are block diagrams illustrating the process of displaying hidden portions of the [0032] inactive window 24 when one or more intervening windows are displayed between the active window 22 and inactive window 26. FIG. 7A shows an intervening window 30 between active window 22 and window 24, which currently has focus. The windows are positioned such that window 30 hides a portion 32 of window 24 that the active window 22 does not. FIG. 7B shows that if the mouse pointer 20 is moved to the portion 26 of the window 24 hidden by the active window 22, then only that hidden portion 26 of window 24 is displayed. The portion 32 hidden by window 30 remains hidden. Should the mouse pointer 20 pass from portion 26 to portion 32, then portion 26 would return to its hidden state, and portion 32 would be displayed.
  • A method and system for ordering on-screen windows has been disclosed. The present invention has been described in accordance with the embodiments shown, and one of ordinary skill in the art will readily recognize that there could be variations to the embodiments, and any variations would be within the spirit and scope of the present invention. Accordingly, many modifications may be made by one of ordinary skill in the art without departing from the spirit and scope of the appended claims. [0033]

Claims (18)

We claim:
1. A computer-implemented method for ordering on-screen windows for display in which an active window partially overlaps an inactive window and hides a portion of the inactive window, the method comprising the steps of:
(a) monitoring movement of a mouse pointer around the screen; and
(b) in response to the inactive window being selected with the mouse pointer, causing the inactive window to gain focus to enable the inactive window to receive event signals even though a portion of the inactive window remains hidden, whereby original display depths of the windows is maintained.
2. The method of claim 1 wherein step (b) further includes the step of: in response to the mouse pointer being moved over the hidden portion of the window, revealing the hidden portion of the window on the screen and enabling that portion of the window to also receive event signals.
3. The method of claim 2 wherein step (b) further includes the step of: in response to the mouse pointer being moved away from the revealed hidden portion of the inactive window, hiding the previously revealed portion of the inactive window.
4. The method of claim 2 wherein step (b) further includes the step of: in response to the mouse pointer being removed from boundaries of the focused window, returning the focus to the active window and hiding any previously revealed portions of the inactive window.
5. The method of claim 1 wherein the inactive window is selected by a user when the mouse pointer is clicked on a visible portion of the inactive window.
6. The method of claim 5 wherein if the mouse pointer is clicked on a title bar of the inactive window, the inactive window is made the active window, wherein the display depths of the windows are reordered such that the active window is moved to a forefront of the screen.
7. A computer-readable medium containing program instructions for ordering on-screen windows for display in which an active window partially overlaps an inactive window and hides a portion of the inactive window, the program instructions for:
(a) monitoring movement of a mouse pointer around the screen; and
(b) in response to the inactive window being selected with the mouse pointer, causing the inactive window to gain focus to enable the inactive window to receive event signals even though a portion of the inactive window remains hidden, whereby original display depths of the windows is maintained.
8. The computer-readable medium of claim 7 wherein instruction (b) further includes the instruction of: in response to the mouse pointer being moved over the hidden portion of the window, revealing the hidden portion of the window on the screen and enabling that portion of the window to also receive event signals.
9. The computer-readable medium of claim 8 wherein instruction (b) further includes the instruction of: in response to the mouse pointer being moved away from the revealed hidden portion of the inactive window, hiding the previously revealed portion of the inactive window.
10. The computer-readable medium of claim 8 wherein instruction (b) further includes the instruction of: in response to the mouse pointer being removed from within boundaries of the focused window, returning the focus to the active window and hiding any previously revealed portions of the inactive window.
11. The computer-readable medium of claim 7 wherein the inactive window is selected by a user when the mouse pointer is clicked on a visible portion of the inactive window.
12. The computer-readable medium of claim 11 wherein if the mouse pointer is clicked on a title bar of the inactive window, the inactive window is made the active window, wherein the display depths of the windows are reordered such that the active window is moved to a forefront of the screen.
13. A computer system for ordering on-screen windows for display, comprising:
a display screen;
a computer coupled to the display screen; and
a computer program for displaying multiple windows on the display screen in which an active window partially overlaps an inactive window and hides a portion of the inactive window, the computer program having instructions for:
(a) monitoring movement of the mouse pointer around the screen; and
(b) in response to the inactive window being selected with the mouse pointer, causing the inactive window to gain focus to enable the inactive window to receive event signals even though a portion of the inactive window remains hidden, whereby original display depths of the windows is maintained.
14. The system of claim 13 wherein instruction (b) further includes the instruction of: in response to the mouse pointer being moved over the hidden portion of the window, revealing the hidden portion of the window on the screen and enabling that portion of the window to also receive event signals.
15. The system of claim 14 wherein instruction (b) further includes the instruction of: in response to the mouse pointer being moved away from the revealed hidden portion of the inactive window, hiding the previously revealed portion of the inactive window.
16. The system of claim 14 wherein instruction (b) further includes the instruction of: in response to the mouse pointer being removed from within boundaries of the focused window, returning the focus to the active window and hiding any previously revealed portions of the inactive window.
17. The system of claim 13 wherein the inactive window is selected by a user when the mouse pointer is clicked on a visible portion of the inactive window.
18. The system of claim 17 wherein if the mouse pointer is clicked on a title bar of the inactive window, the inactive window is made the active window, wherein the display depths of the windows are reordered such that the active window is moved to a forefront of the screen.
US10/464,900 2003-06-19 2003-06-19 Method and system for ordering on-screen windows for display Abandoned US20040261039A1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US10/464,900 US20040261039A1 (en) 2003-06-19 2003-06-19 Method and system for ordering on-screen windows for display
US12/130,951 US7765488B2 (en) 2003-06-19 2008-05-30 System and computer-readable medium for ordering on-screen windows for display

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US10/464,900 US20040261039A1 (en) 2003-06-19 2003-06-19 Method and system for ordering on-screen windows for display

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US12/130,951 Continuation US7765488B2 (en) 2003-06-19 2008-05-30 System and computer-readable medium for ordering on-screen windows for display

Publications (1)

Publication Number Publication Date
US20040261039A1 true US20040261039A1 (en) 2004-12-23

Family

ID=33517371

Family Applications (2)

Application Number Title Priority Date Filing Date
US10/464,900 Abandoned US20040261039A1 (en) 2003-06-19 2003-06-19 Method and system for ordering on-screen windows for display
US12/130,951 Expired - Lifetime US7765488B2 (en) 2003-06-19 2008-05-30 System and computer-readable medium for ordering on-screen windows for display

Family Applications After (1)

Application Number Title Priority Date Filing Date
US12/130,951 Expired - Lifetime US7765488B2 (en) 2003-06-19 2008-05-30 System and computer-readable medium for ordering on-screen windows for display

Country Status (1)

Country Link
US (2) US20040261039A1 (en)

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050125727A1 (en) * 2003-12-04 2005-06-09 International Business Machines Corporation Method and apparatus for maintaining browser navigation relationships and for choosing a browser window for new documents
US20060161860A1 (en) * 2005-01-18 2006-07-20 Microsoft Corporation Multiple window behavior system
US20060161861A1 (en) * 2005-01-18 2006-07-20 Microsoft Corporation System and method for visually browsing of open windows
US20060161847A1 (en) * 2005-01-18 2006-07-20 Microsoft Corporation Window information switching system
US20060161859A1 (en) * 2005-01-18 2006-07-20 Microsoft Corporation Multi-application tabbing system
US20060248404A1 (en) * 2005-04-29 2006-11-02 Microsoft Corporation System and Method for Providing a Window Management Mode
US20060294475A1 (en) * 2005-01-18 2006-12-28 Microsoft Corporation System and method for controlling the opacity of multiple windows while browsing
US20070002014A1 (en) * 2005-07-01 2007-01-04 Microsoft Corporation Pointer for a large display
US20070204227A1 (en) * 2006-02-24 2007-08-30 Kretz Hans M Graphical playlist
US20070291308A1 (en) * 2006-06-06 2007-12-20 Canon Kabushiki Kaisha Information processing apparatus, information processing method, and information processing program
US20080082937A1 (en) * 2006-10-03 2008-04-03 International Business Machines Corporation Graphical association of task bar entries with corresponding desktop locations
US20080309624A1 (en) * 2007-06-13 2008-12-18 Apple Inc. Mode sensitive processing of touch data
US20090327084A1 (en) * 2008-02-14 2009-12-31 SiteScout Corporation Graphical certifications of online advertisements intended to impact click-through rates
US20100313165A1 (en) * 2009-06-08 2010-12-09 John Louch User interface for multiple display regions
US20110016417A1 (en) * 2006-04-20 2011-01-20 Palm, Inc. Selective Hibernation Of Activities In An Electronic Device
US20120311432A1 (en) * 2006-09-14 2012-12-06 Samsung Electronics Co., Ltc. Apparatus and method of composing web document and apparatus of setting web document arrangement
US20140317559A1 (en) * 2012-04-17 2014-10-23 Franz Antonio Wakefield Method, system, apparatus, and tangible portable interactive electronic device storage medium; that processes custom programs and data for a user by creating, displaying, storing, modifying, performing adaptive learning routines, and multitasking; utilizing cascade windows on an electronic screen display in a mobile electronic intercative device gui (graphical user interface) system
CN104508617A (en) * 2012-06-13 2015-04-08 谷歌公司 Hiding window borders
US20150161601A1 (en) * 2013-12-11 2015-06-11 Panasonic Intellectual Property Management Co., Ltd. Mobile payment terminal device
USD733177S1 (en) * 2012-06-05 2015-06-30 P&W Solutions Co., Ltd. Display screen with graphical user interface
USD779502S1 (en) * 2013-06-25 2017-02-21 Microsoft Corporation Display screen with graphical user interface
US20180012410A1 (en) * 2016-07-06 2018-01-11 Fujitsu Limited Display control method and device

Families Citing this family (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4819715B2 (en) * 2007-02-28 2011-11-24 株式会社エヌ・ティ・ティ・ドコモ Information processing apparatus and program
US20090193357A1 (en) * 2008-01-26 2009-07-30 Panico Michael W Method and System to Prevent Unintended Graphical Cursor Input
US8341545B2 (en) * 2008-03-06 2012-12-25 Intuit Inc. System and method for focusing a view of data on a selected subset
US20100037165A1 (en) * 2008-08-05 2010-02-11 International Business Machines Corporation Transparent Windows
US9076239B2 (en) * 2009-04-30 2015-07-07 Stmicroelectronics S.R.L. Method and systems for thumbnail generation, and corresponding computer program product
EP2625575A1 (en) 2010-10-08 2013-08-14 ABB Research Ltd. Method and system for monitoring an industrial process
US8854357B2 (en) * 2011-01-27 2014-10-07 Microsoft Corporation Presenting selectors within three-dimensional graphical environments
US8913076B1 (en) * 2011-07-28 2014-12-16 Adobe Systems Incorporated Method and apparatus to improve the usability of thumbnails
US20130227472A1 (en) * 2012-02-29 2013-08-29 Joseph W. Sosinski Device, Method, and Graphical User Interface for Managing Windows
CN106155654B (en) * 2015-04-03 2020-06-16 阿里巴巴集团控股有限公司 Method and device for shielding webpage operation and electronic equipment
US10579233B2 (en) 2016-02-24 2020-03-03 Microsoft Technology Licensing, Llc Transparent messaging
DK201670595A1 (en) 2016-06-11 2018-01-22 Apple Inc Configuring context-specific user interfaces

Citations (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4819189A (en) * 1986-05-26 1989-04-04 Kabushiki Kaisha Toshiba Computer system with multiwindow presentation manager
US4868765A (en) * 1986-01-02 1989-09-19 Texas Instruments Incorporated Porthole window system for computer displays
US5046001A (en) * 1988-06-30 1991-09-03 Ibm Corporation Method for accessing selected windows in a multi-tasking system
US5241656A (en) * 1989-02-06 1993-08-31 International Business Machines Corporation Depth buffer clipping for window management
US5388201A (en) * 1990-09-14 1995-02-07 Hourvitz; Leonard Method and apparatus for providing multiple bit depth windows
US5412776A (en) * 1992-12-23 1995-05-02 International Business Machines Corporation Method of generating a hierarchical window list in a graphical user interface
US5499334A (en) * 1993-03-01 1996-03-12 Microsoft Corporation Method and system for displaying window configuration of inactive programs
US5675755A (en) * 1995-06-07 1997-10-07 Sony Corporation Window system preventing overlap of multiple always-visible windows
US5689666A (en) * 1994-01-27 1997-11-18 3M Method for handling obscured items on computer displays
US5754809A (en) * 1995-12-12 1998-05-19 Dell U.S.A., L.P. Perspective windowing technique for computer graphical user interface
US5786818A (en) * 1995-04-05 1998-07-28 Microsoft Corporation Method and system for activating focus
US5790127A (en) * 1996-05-03 1998-08-04 Intel Corporation Supervising activations states in application sharing
US5805163A (en) * 1996-04-22 1998-09-08 Ncr Corporation Darkened transparent window overlapping an opaque window
US5825360A (en) * 1995-04-07 1998-10-20 Apple Computer, Inc. Method for arranging windows in a computer workspace
US5841436A (en) * 1993-09-06 1998-11-24 Matsushita Electric Industrial Co., Ltd. Apparatus and method for controlling display of window titles
US5859639A (en) * 1996-07-17 1999-01-12 International Business Machines Corporation Mechanism to control visible presence of desktop objects in a graphical user interface
US5892511A (en) * 1996-09-30 1999-04-06 Intel Corporation Method for assisting window selection in a graphical user interface
US5933843A (en) * 1995-10-11 1999-08-03 Sharp Kabushiki Kaisha Document processing apparatus displaying and processing a plurality of successive contiguous pages of the same document in overlapping windows
US5949432A (en) * 1993-05-10 1999-09-07 Apple Computer, Inc. Method and apparatus for providing translucent images on a computer display
US5995103A (en) * 1996-05-10 1999-11-30 Apple Computer, Inc. Window grouping mechanism for creating, manipulating and displaying windows and window groups on a display screen of a computer system
US6002397A (en) * 1997-09-30 1999-12-14 International Business Machines Corporation Window hatches in graphical user interface
US6069633A (en) * 1997-09-18 2000-05-30 Netscape Communications Corporation Sprite engine
US6072489A (en) * 1993-05-10 2000-06-06 Apple Computer, Inc. Method and apparatus for providing translucent images on a computer display
US6246407B1 (en) * 1997-06-16 2001-06-12 Ati Technologies, Inc. Method and apparatus for overlaying a window with a multi-state window
US6252595B1 (en) * 1996-06-16 2001-06-26 Ati Technologies Inc. Method and apparatus for a multi-state window
US6342908B1 (en) * 1999-03-22 2002-01-29 International Business Machines Corporation Progressive window organization
US6356281B1 (en) * 1994-09-22 2002-03-12 Ncr Corporation Method and apparatus for displaying translucent overlapping graphical objects on a computer monitor
US6429883B1 (en) * 1999-09-03 2002-08-06 International Business Machines Corporation Method for viewing hidden entities by varying window or graphic object transparency
US20020175952A1 (en) * 2001-05-22 2002-11-28 Hania Gajewska Method for keystroke delivery to descendants of inactive windows
US20030184592A1 (en) * 2002-03-28 2003-10-02 International Business Machines Corp. Method and system for controlling an application displayed in an inactive window
US6633310B1 (en) * 2000-05-31 2003-10-14 Microsoft Corporation Switchably translucent and opaque graphical user interface elements
US6654036B1 (en) * 2000-06-05 2003-11-25 International Business Machines Corporation Method, article of manufacture and apparatus for controlling relative positioning of objects in a windows environment
US6694486B2 (en) * 1992-12-15 2004-02-17 Sun Microsystems, Inc. Method and apparatus for presenting information in a display system using transparent windows
US6915490B1 (en) * 2000-09-29 2005-07-05 Apple Computer Inc. Method for dragging and dropping between multiple layered windows
US6928619B2 (en) * 2002-05-10 2005-08-09 Microsoft Corporation Method and apparatus for managing input focus and z-order
US7019757B2 (en) * 2002-01-28 2006-03-28 International Business Machines Corporation Changing the alpha levels of an application window to indicate a status of a computing task
US20060184891A1 (en) * 2005-02-17 2006-08-17 Parker Jason M Simplified interactive graphical user interfaces for display systems by removal of inactive windows after a time-out period

Patent Citations (37)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4868765A (en) * 1986-01-02 1989-09-19 Texas Instruments Incorporated Porthole window system for computer displays
US4819189A (en) * 1986-05-26 1989-04-04 Kabushiki Kaisha Toshiba Computer system with multiwindow presentation manager
US5046001A (en) * 1988-06-30 1991-09-03 Ibm Corporation Method for accessing selected windows in a multi-tasking system
US5241656A (en) * 1989-02-06 1993-08-31 International Business Machines Corporation Depth buffer clipping for window management
US5388201A (en) * 1990-09-14 1995-02-07 Hourvitz; Leonard Method and apparatus for providing multiple bit depth windows
US6694486B2 (en) * 1992-12-15 2004-02-17 Sun Microsystems, Inc. Method and apparatus for presenting information in a display system using transparent windows
US5412776A (en) * 1992-12-23 1995-05-02 International Business Machines Corporation Method of generating a hierarchical window list in a graphical user interface
US5499334A (en) * 1993-03-01 1996-03-12 Microsoft Corporation Method and system for displaying window configuration of inactive programs
US5949432A (en) * 1993-05-10 1999-09-07 Apple Computer, Inc. Method and apparatus for providing translucent images on a computer display
US6072489A (en) * 1993-05-10 2000-06-06 Apple Computer, Inc. Method and apparatus for providing translucent images on a computer display
US5841436A (en) * 1993-09-06 1998-11-24 Matsushita Electric Industrial Co., Ltd. Apparatus and method for controlling display of window titles
US5689666A (en) * 1994-01-27 1997-11-18 3M Method for handling obscured items on computer displays
US6356281B1 (en) * 1994-09-22 2002-03-12 Ncr Corporation Method and apparatus for displaying translucent overlapping graphical objects on a computer monitor
US5786818A (en) * 1995-04-05 1998-07-28 Microsoft Corporation Method and system for activating focus
US5825360A (en) * 1995-04-07 1998-10-20 Apple Computer, Inc. Method for arranging windows in a computer workspace
US5675755A (en) * 1995-06-07 1997-10-07 Sony Corporation Window system preventing overlap of multiple always-visible windows
US5933843A (en) * 1995-10-11 1999-08-03 Sharp Kabushiki Kaisha Document processing apparatus displaying and processing a plurality of successive contiguous pages of the same document in overlapping windows
US5754809A (en) * 1995-12-12 1998-05-19 Dell U.S.A., L.P. Perspective windowing technique for computer graphical user interface
US5805163A (en) * 1996-04-22 1998-09-08 Ncr Corporation Darkened transparent window overlapping an opaque window
US5790127A (en) * 1996-05-03 1998-08-04 Intel Corporation Supervising activations states in application sharing
US5995103A (en) * 1996-05-10 1999-11-30 Apple Computer, Inc. Window grouping mechanism for creating, manipulating and displaying windows and window groups on a display screen of a computer system
US6252595B1 (en) * 1996-06-16 2001-06-26 Ati Technologies Inc. Method and apparatus for a multi-state window
US5859639A (en) * 1996-07-17 1999-01-12 International Business Machines Corporation Mechanism to control visible presence of desktop objects in a graphical user interface
US5892511A (en) * 1996-09-30 1999-04-06 Intel Corporation Method for assisting window selection in a graphical user interface
US6246407B1 (en) * 1997-06-16 2001-06-12 Ati Technologies, Inc. Method and apparatus for overlaying a window with a multi-state window
US6069633A (en) * 1997-09-18 2000-05-30 Netscape Communications Corporation Sprite engine
US6002397A (en) * 1997-09-30 1999-12-14 International Business Machines Corporation Window hatches in graphical user interface
US6342908B1 (en) * 1999-03-22 2002-01-29 International Business Machines Corporation Progressive window organization
US6429883B1 (en) * 1999-09-03 2002-08-06 International Business Machines Corporation Method for viewing hidden entities by varying window or graphic object transparency
US6633310B1 (en) * 2000-05-31 2003-10-14 Microsoft Corporation Switchably translucent and opaque graphical user interface elements
US6654036B1 (en) * 2000-06-05 2003-11-25 International Business Machines Corporation Method, article of manufacture and apparatus for controlling relative positioning of objects in a windows environment
US6915490B1 (en) * 2000-09-29 2005-07-05 Apple Computer Inc. Method for dragging and dropping between multiple layered windows
US20020175952A1 (en) * 2001-05-22 2002-11-28 Hania Gajewska Method for keystroke delivery to descendants of inactive windows
US7019757B2 (en) * 2002-01-28 2006-03-28 International Business Machines Corporation Changing the alpha levels of an application window to indicate a status of a computing task
US20030184592A1 (en) * 2002-03-28 2003-10-02 International Business Machines Corp. Method and system for controlling an application displayed in an inactive window
US6928619B2 (en) * 2002-05-10 2005-08-09 Microsoft Corporation Method and apparatus for managing input focus and z-order
US20060184891A1 (en) * 2005-02-17 2006-08-17 Parker Jason M Simplified interactive graphical user interfaces for display systems by removal of inactive windows after a time-out period

Cited By (56)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050125727A1 (en) * 2003-12-04 2005-06-09 International Business Machines Corporation Method and apparatus for maintaining browser navigation relationships and for choosing a browser window for new documents
US8037420B2 (en) * 2003-12-04 2011-10-11 International Business Machines Corporation Maintaining browser navigation relationships and for choosing a browser window for new documents
US8341541B2 (en) * 2005-01-18 2012-12-25 Microsoft Corporation System and method for visually browsing of open windows
US8136047B2 (en) * 2005-01-18 2012-03-13 Microsoft Corporation Multi-application tabbing system
US20060161859A1 (en) * 2005-01-18 2006-07-20 Microsoft Corporation Multi-application tabbing system
US7552397B2 (en) * 2005-01-18 2009-06-23 Microsoft Corporation Multiple window behavior system
US20060294475A1 (en) * 2005-01-18 2006-12-28 Microsoft Corporation System and method for controlling the opacity of multiple windows while browsing
US20060161861A1 (en) * 2005-01-18 2006-07-20 Microsoft Corporation System and method for visually browsing of open windows
US7478326B2 (en) 2005-01-18 2009-01-13 Microsoft Corporation Window information switching system
US20060161847A1 (en) * 2005-01-18 2006-07-20 Microsoft Corporation Window information switching system
US20060161860A1 (en) * 2005-01-18 2006-07-20 Microsoft Corporation Multiple window behavior system
US7426697B2 (en) * 2005-01-18 2008-09-16 Microsoft Corporation Multi-application tabbing system
US7747965B2 (en) 2005-01-18 2010-06-29 Microsoft Corporation System and method for controlling the opacity of multiple windows while browsing
US20090007004A1 (en) * 2005-01-18 2009-01-01 Microsoft Corporation Multi-application tabbing system
US7681143B2 (en) * 2005-04-29 2010-03-16 Microsoft Corporation System and method for providing a window management mode
US20060248404A1 (en) * 2005-04-29 2006-11-02 Microsoft Corporation System and Method for Providing a Window Management Mode
US7598941B2 (en) 2005-07-01 2009-10-06 Microsoft Corporation Pointer for a large display
US20070002014A1 (en) * 2005-07-01 2007-01-04 Microsoft Corporation Pointer for a large display
US8739062B2 (en) * 2006-02-24 2014-05-27 Sony Corporation Graphical playlist
US20070204227A1 (en) * 2006-02-24 2007-08-30 Kretz Hans M Graphical playlist
US9274807B2 (en) * 2006-04-20 2016-03-01 Qualcomm Incorporated Selective hibernation of activities in an electronic device
US20110016417A1 (en) * 2006-04-20 2011-01-20 Palm, Inc. Selective Hibernation Of Activities In An Electronic Device
US20070291308A1 (en) * 2006-06-06 2007-12-20 Canon Kabushiki Kaisha Information processing apparatus, information processing method, and information processing program
US8773460B2 (en) * 2006-06-06 2014-07-08 Canon Kabushiki Kaisha Information processing apparatus, information processing method, and information processing program for displaying a plurality of objects on an operation screen based on a drawing order of the plurity of objects
US9465886B2 (en) * 2006-09-14 2016-10-11 Samsung Electronics Co., Ltd. Apparatus and method of composing web document and apparatus of setting web document arrangement
US20120311432A1 (en) * 2006-09-14 2012-12-06 Samsung Electronics Co., Ltc. Apparatus and method of composing web document and apparatus of setting web document arrangement
US20080082937A1 (en) * 2006-10-03 2008-04-03 International Business Machines Corporation Graphical association of task bar entries with corresponding desktop locations
US8893038B2 (en) * 2006-10-03 2014-11-18 International Business Machines Corporation Graphical association of task bar entries with corresponding desktop locations
US9052817B2 (en) * 2007-06-13 2015-06-09 Apple Inc. Mode sensitive processing of touch data
US20080309624A1 (en) * 2007-06-13 2008-12-18 Apple Inc. Mode sensitive processing of touch data
US9076151B2 (en) * 2008-02-14 2015-07-07 The Rubicon Project, Inc. Graphical certifications of online advertisements intended to impact click-through rates
US20090327084A1 (en) * 2008-02-14 2009-12-31 SiteScout Corporation Graphical certifications of online advertisements intended to impact click-through rates
US8555185B2 (en) 2009-06-08 2013-10-08 Apple Inc. User interface for multiple display regions
US9720584B2 (en) 2009-06-08 2017-08-01 Apple Inc. User interface for multiple display regions
US8621387B2 (en) * 2009-06-08 2013-12-31 Apple Inc. User interface for multiple display regions
US10579204B2 (en) * 2009-06-08 2020-03-03 Apple Inc. User interface for multiple display regions
US8612883B2 (en) 2009-06-08 2013-12-17 Apple Inc. User interface for managing the display of multiple display regions
US20100313165A1 (en) * 2009-06-08 2010-12-09 John Louch User interface for multiple display regions
US20100313164A1 (en) * 2009-06-08 2010-12-09 John Louch User interface for multiple display regions
US20100313156A1 (en) * 2009-06-08 2010-12-09 John Louch User interface for multiple display regions
US9081474B2 (en) 2009-06-08 2015-07-14 Apple Inc. User interface for multiple display regions
US9223465B2 (en) 2009-06-08 2015-12-29 Apple Inc. User interface for multiple display regions
US10268358B2 (en) 2009-07-20 2019-04-23 Qualcomm Incorporated Selective hibernation of activities in an electronic device
US11500532B2 (en) 2009-07-20 2022-11-15 Qualcomm Incorporated Selective hibernation of activities in an electronic device
US10901602B2 (en) 2009-07-20 2021-01-26 Qualcomm Incorporated Selective hibernation of activities in an electronic device
US10877657B2 (en) 2009-07-20 2020-12-29 Qualcomm Incorporated Selective hibernation of activities in an electronic device
US20140317559A1 (en) * 2012-04-17 2014-10-23 Franz Antonio Wakefield Method, system, apparatus, and tangible portable interactive electronic device storage medium; that processes custom programs and data for a user by creating, displaying, storing, modifying, performing adaptive learning routines, and multitasking; utilizing cascade windows on an electronic screen display in a mobile electronic intercative device gui (graphical user interface) system
US9292158B2 (en) * 2012-04-17 2016-03-22 Franz Antonio Wakefield Method, system, apparatus, and tangible portable interactive electronic device storage medium; that processes custom programs and data for a user by creating, displaying, storing, modifying, performing adaptive learning routines, and multitasking; utilizing cascade windows on an electronic screen display in a mobile electronic interactive device GUI (graphical user interface) system
USD769281S1 (en) * 2012-06-05 2016-10-18 P&W Solutions Co., Ltd. Display screen with graphical user interface
USD733177S1 (en) * 2012-06-05 2015-06-30 P&W Solutions Co., Ltd. Display screen with graphical user interface
EP2862046A4 (en) * 2012-06-13 2016-02-10 Google Inc Hiding window borders
CN108334254A (en) * 2012-06-13 2018-07-27 谷歌有限责任公司 System and method for hide window frame
CN104508617A (en) * 2012-06-13 2015-04-08 谷歌公司 Hiding window borders
USD779502S1 (en) * 2013-06-25 2017-02-21 Microsoft Corporation Display screen with graphical user interface
US20150161601A1 (en) * 2013-12-11 2015-06-11 Panasonic Intellectual Property Management Co., Ltd. Mobile payment terminal device
US20180012410A1 (en) * 2016-07-06 2018-01-11 Fujitsu Limited Display control method and device

Also Published As

Publication number Publication date
US20080229237A1 (en) 2008-09-18
US7765488B2 (en) 2010-07-27

Similar Documents

Publication Publication Date Title
US7765488B2 (en) System and computer-readable medium for ordering on-screen windows for display
JP4307468B2 (en) Taskbar with start menu
US7523409B2 (en) Methods and systems for operating multiple web pages in a single window
US6049336A (en) Transition animation for menu structure
US7533341B2 (en) System and method of producing user interface information messages
US5754809A (en) Perspective windowing technique for computer graphical user interface
EP0972253B1 (en) Method and apparatus for accessing information and items across multiple workspaces
US5661502A (en) Self-adjusting digital filter for smoothing computer mouse movement
US5835090A (en) Desktop manager for graphical user interface based system with enhanced desktop
US6874126B1 (en) Method and apparatus for controlling content display by the cursor motion
US6664983B2 (en) Method and apparatus for configuring sliding panels
JP2732557B2 (en) Method and data processing system for changing function of GUI
US6806892B1 (en) Layer viewport for enhanced viewing in layered drawings
US8125457B2 (en) Switching display mode of electronic device
US6025841A (en) Method for managing simultaneous display of multiple windows in a graphical user interface
US6654036B1 (en) Method, article of manufacture and apparatus for controlling relative positioning of objects in a windows environment
US6850220B2 (en) Input method, input system, and program for touch panel
US20070157127A1 (en) Active path menu navigation system
US20070150839A1 (en) Method for providing selectable alternate menu views
JP2004152169A (en) Window switching device and window switching program
US20030197738A1 (en) Navigational, scalable, scrolling ribbon
JP2001014079A (en) User interface, user interface method, and computer program product capable of preserving space on computer display screen by relating icon to multiple operations
JP2005520228A (en) System and method for providing prominent image elements in a graphical user interface display
US9043724B2 (en) Dynamically composed user interface help
US20040201599A1 (en) System and method for displaying content without control items

Legal Events

Date Code Title Description
AS Assignment

Owner name: INTERNATIONAL BUSINESS MACHINES CORPORATION, NEW Y

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:PAGAN, WILLIAM G.;REEL/FRAME:014205/0705

Effective date: 20030529

STCB Information on status: application discontinuation

Free format text: EXPRESSLY ABANDONED -- DURING EXAMINATION