KR101221948B1 - Method for displaying windows and recording-medium recorded program thereof - Google Patents

Method for displaying windows and recording-medium recorded program thereof Download PDF

Info

Publication number
KR101221948B1
KR101221948B1 KR1020120078670A KR20120078670A KR101221948B1 KR 101221948 B1 KR101221948 B1 KR 101221948B1 KR 1020120078670 A KR1020120078670 A KR 1020120078670A KR 20120078670 A KR20120078670 A KR 20120078670A KR 101221948 B1 KR101221948 B1 KR 101221948B1
Authority
KR
South Korea
Prior art keywords
window
size
display
displayed
free space
Prior art date
Application number
KR1020120078670A
Other languages
Korean (ko)
Inventor
이기복
오충록
Original Assignee
(주)지란지교소프트
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 (주)지란지교소프트 filed Critical (주)지란지교소프트
Priority to KR1020120078670A priority Critical patent/KR101221948B1/en
Application granted granted Critical
Publication of KR101221948B1 publication Critical patent/KR101221948B1/en

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]
    • 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/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units

Abstract

PURPOSE: A window display method and a recoding medium including the method thereof are provided to efficiently use a space to display windows on a screen even if a user does not adjust a position and a size of the windows. CONSTITUTION: If a command for the generation of an execution window is recognized, an extra space of a screen is measured except for areas possessed by one or more display windows(S620). The execution window is checked to be displayed on the extra space in order to have a size set in a program according to the execution window(S630). If the execution window cannot be displayed on the extra space, the extra space is displayed on the extra window with the minimum size(S650) or is displayed by determining a display position and the size after expanding the extra space by adjusting the size and the position(S655). [Reference numerals] (AA,CC) Start; (BB,DD) No; (S610) Recognizing an execution window generating command; (S620) Measuring an extra space of a screen; (S630) Set size exists in the extra space?; (S640) Displaying an execution window with the set size in the extra space; (S645) Minimum size exists in the extra space?; (S650) Displaying an execution window with the minimum size in the extra space; (S655) Controlling the position and size of a display window to expand the extra space; (S660) Displaying an execution window in the expanded extra space

Description

윈도우 표시 방법 및 그 방법이 기록된 기록매체{Method for displaying windows and recording-medium recorded program thereof} Method for displaying windows and recording-medium recorded program

본 발명은 윈도우 표시에 관한 것으로서, 좀 더 상세하게는 멀티태스킹 기능에 의해 복수개의 윈도우가 표시될 때, 스크린을 효율적으로 사용하여 각 윈도우를 표시하기 위한 방법 및 그 방법이 기록된 기록매체에 관한 것이다.
The present invention relates to window display, and more particularly, to a method for displaying each window efficiently by using a screen when a plurality of windows are displayed by a multitasking function, and a recording medium on which the method is recorded. will be.

최근에는 디스플레이 기술의 발달에 의해, 컴퓨터의 모니터, TV 등의 디스플레이 장치들의 화면 사이즈가 커지고 있는 추세이다. 더욱이, 휴대성이 강조되는 스마트폰의 경우에도 멀티미디어 콘텐츠의 시청 등을 위해 디스플레이의 크기가 점점 커지고 있다. Recently, due to the development of display technology, screen sizes of display devices such as a computer monitor and a TV are increasing. In addition, the size of the display is increasing in the case of a smartphone that emphasizes portability for viewing multimedia content.

디스플레이의 크기가 커지는 만큼, 멀티태스킹(multi-tasking) 기능에 의해 복수개의 프로세스가 실행되고, 그로 인한 다수의 윈도우(window)가 화면에 표시되는 경우가 많은데, 이러한 경우 활성화된 윈도우를 위주로 표시되기 때문에 나머지 윈도우들은 가려지게 되는 경우가 많다. 예를 들어, 문서작업을 할 때, 문서작성 프로그램을 실행시켜 생성된 윈도우를 통해 문서작성을 수행하다가 참조하기 위해 다른 참조문서를 실행시키는 경우, 참조문서에 따른 윈도우가 문서작성을 하던 윈도우를 가리게 되는 경우가 발생한다. 이에 따라, 사용자는 각 윈도우의 위치 및 사이즈(size)를 직접 조작해야 하는 불편을 느끼게 된다.As the size of the display increases, a plurality of processes are executed by a multi-tasking function, and thus many windows are displayed on the screen. In this case, the active windows are displayed mainly. As a result, the remaining windows are often hidden. For example, when working on a document, if you execute a document through a window created by executing a document creation program, and execute another reference document for reference, the window according to the reference document will cover the window where the document was created. It happens. Accordingly, the user may feel inconvenient to directly manipulate the position and size of each window.

디스플레이의 크기 증가뿐 아니라 해상도가 높아지고 있으며 CPU의 성능이 향상되고 있어, 멀티태스킹 기능에 의해 복수개의 프로그램을 실행함에 있어 화면(스크린)을 효율적으로 활용하기 위한 사용자의 요구가 커가고 있는 실정이다.
In addition to the increase in the size of the display, the resolution is increasing and the performance of the CPU is improving, and the user's demand for efficiently utilizing the screen (screen) in executing a plurality of programs by the multitasking function is increasing.

따라서, 본 발명은 상술한 문제점을 해결하기 위해 안출된 것으로서, 스크린에 복수개의 윈도우를 표시함에 있어, 공간을 효율적으로 사용할 수 있도록 하는 윈도우 표시 방법 및 그 방법이 기록된 기록매체를 제공하기 위한 것이다.Accordingly, an object of the present invention is to provide a window display method and a recording medium on which the method is recorded so that space can be efficiently used in displaying a plurality of windows on a screen. .

또한, 본 발명은 화면에 표시되는 윈도우의 개수에 따라 보다 효율적으로 스크린을 활용할 수 있는 윈도우 표시 방법 및 그 방법이 기록된 기록매체를 제공하기 위한 것이다.In addition, the present invention is to provide a window display method that can utilize the screen more efficiently according to the number of windows displayed on the screen and a recording medium on which the method is recorded.

본 발명의 다른 목적들은 이하에 서술되는 바람직한 실시예를 통하여 보다 명확해질 것이다.
Other objects of the present invention will become more apparent through the following preferred embodiments.

본 발명의 일 측면에 따르면, 컴퓨팅장치에서 수행되는 윈도우 표시 방법에 있어서, 실행윈도우의 생성에 대한 명령이 인식되면, 스크린의 여유공간을 측정하는 단계; 상기 실행윈도우가 미리 설정된 설정사이즈를 갖도록 상기 여유공간에 표시될 수 있는지를 검사하는 단계; 및 검사 결과에 따라, 상기 실행윈도우의 사이즈를 상기 설정사이즈 또는 상기 여유공간에 적합한 사이즈를 갖도록 설정하여 표시하는 단계를 포함하는 윈도우 표시 방법 및 그 방법을 수행하는 프로그램이 기록된 기록매체가 제공된다.According to an aspect of the present invention, a window display method performed in a computing device, the method comprising: measuring a free space of a screen when a command for generating an execution window is recognized; Checking whether the execution window can be displayed in the free space to have a preset size; And setting and displaying the size of the execution window so as to have a size suitable for the set size or the free space according to the inspection result, and a recording medium on which a program for performing the method is recorded. .

여기서, 상기 실행윈도우의 사이즈를 설정하여 표시하는 단계는, 상기 여유공간에 미리 설정된 최소사이즈의 윈도우가 표시될 수 있는지를 검사하는 단계; 및 검사 결과 상기 최소사이즈의 윈도우가 상기 여유공간에 표시될 수 없는 경우, 화면에 표시되고 있는 표시윈도우의 위치 또는 사이즈 중 어느 하나 이상을 조절할 수 있다.The setting and displaying of the size of the execution window may include: checking whether a window having a predetermined minimum size can be displayed in the free space; And when the minimum size window cannot be displayed in the free space, one or more positions or sizes of the display window displayed on the screen may be adjusted.

또한, 상기 표시윈도우의 위치를 사이즈에 우선하여 조절할 수 있다.In addition, the position of the display window can be adjusted in preference to the size.

또한, 상기 최소사이즈는, 이전에 생성되었던 윈도우들 중 가장 작은 것의 사이즈이거나, 상기 실행윈도우에 따른 프로그램에 대응되도록 설정된 것일 수 있으며, 또는 상기 프로그램에 따른 이전실행 윈도우의 사이즈일 수 있다.
In addition, the minimum size may be the size of the smallest of previously created windows, or may be set to correspond to a program according to the execution window, or may be a size of a previous execution window according to the program.

그리고, 컴퓨팅장치에서 수행되는 윈도우 표시 방법에 있어서, 실행윈도우의 생성에 대한 명령이 인식되면, 스크린에 표시되고 있는 표시윈도우의 개수를 인식하는 단계; 및 상기 표시윈도우의 개수에 따라, 상기 표시윈도우 및 상기 실행윈도우의 위치와 사이즈를 조절하여 스크린에 표시하는 단계를 포함하는 윈도우 표시 방법 및 그 방법을 수행하는 프로그램이 기록된 기록매체가 제공된다.In the window display method performed in the computing device, if a command for generating an execution window is recognized, recognizing the number of display windows displayed on the screen; And adjusting the position and size of the display window and the execution window to display on the screen according to the number of display windows, and a recording medium having recorded thereon a program for performing the method.

여기서, 상기 표시윈도우 및 상기 실행윈도우의 사이즈 조절은, 측정된 스크린의 여유공간에 상기 실행윈도우가 미리 설정된 설정사이즈를 갖도록 표시될 수 없는 경우에만 수행될 수 있다.
Here, the size adjustment of the display window and the execution window may be performed only when the execution window cannot be displayed to have a preset size in the free space of the measured screen.

본 발명에 따르면, 스크린에 복수개의 윈도우를 표시함에 있어, 사용자가 일일이 윈도우들의 위치 및 사이즈를 조절하지 않더라도, 각 윈도우들이 스크린상에 모두 표시될 수 있도록 공간을 효율적으로 사용할 수 있도록 한다.According to the present invention, in displaying a plurality of windows on the screen, even if the user does not adjust the position and size of the windows, the space can be efficiently used so that each window can be displayed on the screen.

또한, 본 발명은 화면에 표시되는 윈도우의 개수에 따라 블록을 나누어 각 윈도우를 표시함으로써, 보다 효율적으로 스크린을 활용할 수 있게 된다.
In addition, according to the present invention, by dividing blocks according to the number of windows displayed on the screen and displaying each window, the screen can be utilized more efficiently.

도 1은 본 발명의 일 실시예에 따른 윈도우들의 사이즈 및 위치를 조절한 그래픽 사용자 인터페이스 화면을 도시한 예시도.
도 2는 일반적인 방식에 따른 윈도우들이 표시된 그래픽 사용자 인터페이스 화면을 도시한 도면.
도 3은 본 발명의 일 실시예에 따른 윈도우가 표시된 스크린에서의 여유 공간을 예시한 도면.
도 4 및 도 5는 본 발명의 일 실시예에 따른 여유공간에 상응하도록 새로이 생성되는 윈도우의 표시를 예시한 도면들.
도 6은 본 발명의 일 실시예에 따른 윈도우 표시 과정을 도시한 흐름도.
도 7 및 도 8은 본 발명의 다른 실시예에 따른 윈도우의 개수를 이용한 윈도우 표시 과정을 도시한 흐름도 및 그에 따른 예시도.
1 is an exemplary view showing a graphical user interface screen adjusting the size and position of windows according to an embodiment of the present invention.
2 illustrates a graphical user interface screen displaying windows in a general manner.
3 is a diagram illustrating free space in a screen on which a window is displayed according to an embodiment of the present invention.
4 and 5 are views illustrating display of a newly created window corresponding to a free space according to an embodiment of the present invention.
6 is a flowchart illustrating a window display process according to an embodiment of the present invention.
7 and 8 are a flowchart illustrating a window display process using the number of windows according to another embodiment of the present invention and an exemplary view thereof.

본 발명은 다양한 변경을 가할 수 있고 여러 가지 실시예를 가질 수 있는 바, 특정 실시예들을 도면에 예시하고 상세한 설명에 상세하게 설명하고자 한다. 그러나, 이는 본 발명을 특정한 실시 형태에 대해 한정하려는 것이 아니며, 본 발명의 사상 및 기술 범위에 포함되는 모든 변경, 균등물 내지 대체물을 포함하는 것으로 이해되어야 한다.While the invention is susceptible to various modifications and alternative forms, specific embodiments thereof are shown by way of example in the drawings and will herein be described in detail. It should be understood, however, that the invention is not intended to be limited to the particular embodiments, but includes all modifications, equivalents, and alternatives falling within the spirit and scope of the invention.

이하, 첨부한 도면들을 참조하여 본 발명에 따른 실시예들을 상세히 설명하기로 하며, 첨부 도면을 참조하여 설명함에 있어 도면 부호에 상관없이 동일하거나 대응하는 구성 요소는 동일한 참조번호를 부여하고 이에 대한 중복되는 설명은 생략하기로 한다.
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings, wherein like reference numerals refer to the like elements throughout the specification and claims. The description will be omitted.

도 1은 본 발명의 일 실시예에 따른 윈도우들의 사이즈 및 위치를 조절한 그래픽 사용자 인터페이스 화면을 도시한 예시도이고, 도 2는 일반적인 방식에 따른 윈도우들이 표시된 그래픽 사용자 인터페이스 화면을 도시한 도면이다.FIG. 1 is a diagram illustrating a graphic user interface screen in which sizes and positions of windows are adjusted according to an embodiment of the present invention, and FIG. 2 is a diagram illustrating a graphic user interface screen displaying windows according to a general scheme.

도 1에 따른 스크린(10)을 참조하면 각 윈도우(20, 30, 40)들이 모두 보이도록 배치되어 있다. 이에 비해, 일반적인 방식에 따른 스크린(200)을 도시한 도 2를 참조하면, 윈도우(210, 220, 230)들이 서로 겹쳐서 배치되어 있다.Referring to the screen 10 according to FIG. 1, each of the windows 20, 30, and 40 is disposed to be visible. In contrast, referring to FIG. 2, which illustrates the screen 200 according to a general scheme, the windows 210, 220, and 230 are overlapped with each other.

즉, 기존 방식에 의하면 새로이 윈도우가 생성될 때 이전 윈도우가 가려지는 경우가 발생하게 된다. 이로 인해 사용자는 복수개의 윈도우를 보면서 어떠한 작업을 수행하기가 불편해지게 된다.That is, according to the existing method, when the new window is created, the previous window may be hidden. This makes it difficult for a user to perform any task while viewing a plurality of windows.

도 1에 따른 본 발명의 실시예와 같이, 디스플레이 수단을 구비한 컴퓨팅 장치는 각 윈도우들을 스크린(10)의 서로 다른 영역에 배치함에 따라, 사용자는 각 윈도우를 확인하면서 활성화된 하나의 윈도우를 통해 작업을 수행할 수 있다. 쉬운 예를 들어, 도 1에 도시된 바와 같이 사용자는 웹브라우저인 인터넷 익스플로러(internet explorer)를 보면서 MS워드 프로그램과 같은 문서작성 프로그램에 따른 윈도우를 통해 문서작업을 수행할 수 있게 된다. 물론, 종래에도 윈도우의 사이즈(size) 및 위치를 사용자가 직접 조절할 수 있었지만, 본 실시예에 의하면 스크린의 여유 공간에 상응하도록 각 윈도우의 위치 또는 사이즈가 자동 조절되는 것이며, 그 방식에 대해서는 후술하기로 한다.As in the embodiment of the present invention according to FIG. 1, as the computing device with display means places each window in a different area of the screen 10, the user checks each window through one activated window. You can do it. For example, as illustrated in FIG. 1, a user may perform a document operation through a window according to a document creation program such as an MS Word program while watching an Internet explorer, which is a web browser. Of course, in the related art, the size and position of the window can be directly adjusted by the user, but according to the present embodiment, the position or size of each window is automatically adjusted to correspond to the free space of the screen, which will be described later. Shall be.

여기서, 윈도우라는 용어는, 그래픽 유저 인터페이스를 제공하는 애플리케이션 프로그램의 바깥층인 그래픽 쉘을 언급하는 것이다. 쉽게 말해, 어떠한 프로그램이 실행됨에 따라 사용자가 어떠한 정보를 확인할 수 있고, 또한 어떠한 정보를 입력할 수 있도록 하는 사용자 인터페이스를 위한 그래픽 정보를 말하는 것으로, 반드시 마이크로소프트(MS)사에서 제공되는 윈도우(windows) 운영체제에 의한 유저인터페이스에 한정되는 것은 아니며, 다만 설명의 편의를 위해 본 발명에 따른 명세서에서는 프로그램의 실행에 의한 스크린의 일부(또는 전체)를 사용자는 그래픽 유저인터페이스를 윈도우라 칭하기로 한다.The term window is used here to refer to a graphical shell that is the outer layer of an application program that provides a graphical user interface. In other words, it refers to graphic information for the user interface that allows a user to check what information is executed as a program is executed and to input any information. The present invention is not limited to the user interface by the operating system. However, in the specification of the present invention, a part (or all) of the screen by the execution of the program is referred to as a window by the user.

이하, 도 1에 도시된 바와 같이 스크린을 효율적으로 사용하여 복수개의 윈도우의 사이즈 및 위치를 조절하는 방식에 대해 설명하기로 한다.
Hereinafter, a method of adjusting the size and position of the plurality of windows using the screen efficiently as shown in FIG. 1 will be described.

도 3은 본 발명의 일 실시예에 따른 윈도우가 표시된 스크린에서의 여유 공간을 예시한 도면이고, 도 4 및 도 5는 본 발명의 일 실시예에 따른 여유공간에 상응하도록 새로이 생성되는 윈도우의 표시를 예시한 도면들이다. 3 is a diagram illustrating a free space on a screen on which a window is displayed according to an embodiment of the present invention, and FIGS. 4 and 5 are views of newly created windows corresponding to the free space according to an embodiment of the present invention. Figures illustrating the.

도 3을 참조하면, 컴퓨팅 장치는 현재 스크린에 표시되고 있는 윈도우(300, 이하 표시윈도우라 칭함)를 제외한 나머지 영역인 여유공간(310)을 측정한다. 즉, 도면에 도시된 바와 같이, 표시윈도우(300, 예를 들어 MS워드 프로그램)가 스크린의 일측에 표시되고 있는 상태에서, 새로운 윈도우의 생성 명령에 따라 새로운 윈도우(이하 실행윈도우라 칭함)를 표시할 위치 및 사이즈를 결정하기 위해 여유공간(310)이 측정되는 것이다.Referring to FIG. 3, the computing device measures the free space 310 which is the remaining area except for the window 300 (hereinafter, referred to as a display window) currently displayed on the screen. That is, as shown in the figure, in a state where the display window 300 (for example, MS word program) is displayed on one side of the screen, a new window (hereinafter referred to as an execution window) is displayed according to a command for creating a new window. The free space 310 is measured to determine the position and size to be.

도 4를 함께 참조하면, 화면에 표시할 실행윈도우(400)가 설정된 사이즈를 갖도록 여유공간에 표시될 수 없으면, 표시윈도우(300)의 위치 및/또는 사이즈를 조절하여 여유공간(310)을 확정시킨 후, 그 곳에 실행윈도우(400)를 표시한다. 도면에 도시된 실시예에서는 표시윈도우(300)가 우측으로 일정거리 이동됨으로 인해, 표시윈도우(300)의 좌측 여유공간이 확장됨으로써 해당 위치에 실행윈도우(400)가 설정된 사이즈로 표시될 수 있는 것이다. 여기서, 실행윈도우(400)의 사이즈는 상황에 따라 다르게 조절될 수 있는데, 그 방식에 대해서는 후술하기로 한다.Referring to FIG. 4, if the execution window 400 to be displayed on the screen cannot be displayed in the free space to have a set size, the free space 310 is determined by adjusting the position and / or size of the display window 300. After that, the execution window 400 is displayed there. In the exemplary embodiment shown in the drawing, since the display window 300 is moved to a right by a certain distance, the left side space of the display window 300 is expanded so that the execution window 400 can be displayed at a set size at a corresponding position. . Here, the size of the execution window 400 may be adjusted differently according to the situation, which will be described later.

또한, 이 상태에서 다시 새로운 윈도우의 생성 명령이 인식되면, 다시 여유공간(410)이 측정되고, 해당 여유공간(410)에 새로이 생성될 실행윈도우가 설정된 사이즈로 표시될 수 있는지 여부가 판단되고, 표시될 수 없다면 마찬가지로 표시윈도우(300, 400)들의 위치 및/또는 사이즈가 조절되어 여유공간이 확장된다.In addition, when a command for generating a new window is recognized again in this state, the free space 410 is measured again, and it is determined whether or not the execution window to be newly generated in the free space 410 can be displayed in a set size. If not, the position and / or size of the display windows 300 and 400 are similarly adjusted to expand the free space.

이에 따른 실시예를 도시한 도 5를 함께 참조하면, 제1표시윈도우(300)의 위치와 사이즈가 조절되어 제1표시윈도우(300)의 하단의 여유공간을 확장시켜, 해당 위치에 새로운 실행윈도우(500)가 표시되도록 한다.Referring to FIG. 5, which shows an embodiment according to this, the position and size of the first display window 300 are adjusted to expand the free space at the bottom of the first display window 300, thereby creating a new execution window at the corresponding position. 500 is displayed.

정리하자면, 윈도우의 생성 명령에 따라, 기존에 화면에 표시되고 있는 표시윈도우가 존재하는 경우, 여유공간을 측정하고, 여유공간에 실행윈도우가 설정된 사이즈로 표시될 수 있는지 여부에 따라 표시윈도우의 위치 및 사이즈가 조절되는 것이다.In summary, when there is a display window displayed on the screen according to the window creation command, the free space is measured, and the position of the display window depends on whether the execution window can be displayed in the set size in the free space. And the size is adjusted.

이하에서는 컴퓨팅 장치에서의 사이즈 및/또는 위치를 조절하여 윈도우를 표시하는 과정에 대해 설명하기로 한다.
Hereinafter, a process of displaying a window by adjusting the size and / or position in the computing device will be described.

도 6은 본 발명의 일 실시예에 따른 윈도우 표시 과정을 도시한 흐름도이다.6 is a flowchart illustrating a window display process according to an embodiment of the present invention.

도 6을 참조하면, 컴퓨팅장치는 실행윈도우 생성 명령이 인식되면(S610), 스크린의 여유공간을 측정한다(S620). 물론, 표시윈도우가 존재하지 않는 경우엔 여유공간의 측정 과정은 생략될 수 있을 것이며, 또는 여유공간이 100%로 인식될 수 있다.Referring to FIG. 6, when the execution window generation command is recognized (S610), the computing device measures the free space of the screen (S620). Of course, when the display window does not exist, the measurement process of the free space may be omitted, or the free space may be recognized as 100%.

여유공간이 측정되면, 해당 여유공간에 설정사이즈가 존재하는지 여부가 판단된다(S630). 여기서 설정사이즈란 생성된 윈도우에 설정된 사이즈를 의미하는 것으로서, 일례에 따르면 모든 윈도우에 동일한 설정사이즈가 미리 설정될 수 있다. 즉, 어떠한 윈도우가 생성되더라도 모두 동일한 설정사이즈를 가질 수 있는 것이다. 다른 실시예에 따르면, 각 응용프로그램마다 서로 다른 설정사이즈를 가질 수 있다. 예를 들어, 웹브라우저는 500*600의 설정사이즈를, MS워드 프로그램은 400*600의 설정사이즈를 가질 수 있다. 또한 설정사이즈는 고정된 값일 수도 있으나, 해당 프로그램에 따른 최종윈도우(마지막으로 실행되어 화면에 표시되었던 윈도우)의 사이즈가 설정사이즈로서 이용될 수도 있다.When the free space is measured, it is determined whether a set size exists in the free space (S630). Herein, the setting size refers to a size set in the generated window. According to an example, the same setting size may be preset in all windows. That is, no matter what windows are created, they can all have the same set size. According to another embodiment, each application may have a different setting size. For example, the web browser may have a setting size of 500 * 600, and the MS Word program may have a setting size of 400 * 600. In addition, although the setting size may be a fixed value, the size of the last window (windowed last on the screen displayed on the screen) according to the program may be used as the setting size.

여유공간에 설정사이즈가 존재하는 경우엔, 해당 여유공간에 설정사이즈를 갖도록 실행윈도우가 표시된다(S640).If the set size exists in the free space, an execution window is displayed to have the set size in the free space (S640).

이와 달리, 여유공간에 설정사이즈가 존재하지 않는 경우엔, 여유공간에 실행윈도우에 따른 최소사이즈가 존재하는지 여부가 판단된다(S645). 여기서, 최소사이즈란 실행윈도우에 설정된 화면에 표시될 때 가장 작게 표시될 사이즈를 말하는 것으로, 마찬가지로 모든 프로그램에 동일한 최소사이즈가 설정될 수 있을 것이며, 다른 실시예에 의하면 프로그램마다 고유의 최소사이즈가 설정될 수 있을 것이다. 또 다른 실시예에 의하면, 이전에 가장 작게 화면에 표시되었던 사이즈가 최소사이즈로 설정될 수 있는데, 쉬운 예로 들어 사용자가 임의의 프로그램에 따른 윈도우의 사이즈를 조절했던 이력 중 가장 작은 사이즈가 200*300인 경우, 그 사이즈값이 해당 프로그램에 따른 실행윈도우의 최소사이즈로 설정될 수 있다.On the contrary, if the set size does not exist in the free space, it is determined whether there is a minimum size according to the execution window in the free space (S645). Here, the minimum size refers to the size to be displayed the smallest when displayed on the screen set in the execution window, the same minimum size may be set for all programs, according to another embodiment, the unique minimum size is set for each program Could be. According to another embodiment, the size previously displayed on the smallest screen may be set to the minimum size. For example, the smallest size of the history of the user adjusting the size of the window according to an arbitrary program is 200 * 300. In this case, the size value may be set to the minimum size of the execution window according to the program.

여유공간에 실행윈도우에 따른 최소사이즈가 존재하는 경우, 해당 여유공간에 최소사이즈를 갖도록 실행윈도우가 표시된다(S650). 일례에 따르면, 이때 사용자에게 최소사이즈로의 실행윈도우 표시에 대해 문의를 수행할 수도 있다. 다시 말해, 최소사이즈로 화면에 표시하겠다는 것을 문의하고, 사용자로부터의 승락에 대한 명령이 입력되는 경우에만 최소사이즈를 갖도록 실행윈도우가 표시되는 것이다.If there is a minimum size according to the execution window in the free space, the execution window is displayed to have the minimum size in the free space (S650). According to an example, the user may be inquired about displaying the execution window in the minimum size. In other words, the window is inquired to be displayed on the screen at the minimum size, and the execution window is displayed to have the minimum size only when a command for consent from the user is input.

그리고, 여유공간에 설정사이즈 또는 최소사이즈의 존재 여부를 판단하는 방법으로서 하나의 예를 들자면, 표시윈도우를 기준으로 상, 하, 좌, 우측의 공간에 해당 사이즈의 공간이 존재하는지를 판단함으로써 수행될 수 있을 것이다. 물론 이는 하나의 예시일 뿐이며, 특정 공간에 특정 사이즈가 존재하는지를 판단하는 방식은 당업자에게는 자명할 것이므로 이에 대한 상세한 설명은 생략하기로 한다.For example, as a method of determining whether there is a set size or a minimum size in the free space, it may be performed by determining whether a space of a corresponding size exists in the spaces of the upper, lower, left, and right sides of the display window. Could be. Of course, this is only one example, and a method of determining whether a specific size exists in a specific space will be apparent to those skilled in the art, and thus a detailed description thereof will be omitted.

이와 달리, 여유공간에 최소사이즈가 존재하지 않으면, 컴퓨팅장치는 하나 이상의 표시윈도우에 대해 그 위치 및/또는 사이즈를 조절하여 여유공간을 확장한다(S655).In contrast, if the minimum size does not exist in the free space, the computing device expands the free space by adjusting its position and / or size with respect to one or more display windows (S655).

이 때, 여유공간의 확장 시에도 각 표시윈도우에 설정된 설정사이즈 또는 최소사이즈를 기반으로, 표시윈도우의 사이즈를 조정해야 한다. 예를 들어, 표시윈도우의 최소사이즈가 200*200인 경우, 표시윈도우의 사이즈가 200*200이상이 되는 한도 내에서만 여유공간을 확장시켜야 하는 것이다. 그리고, 여유공간의 확장 시, 표시윈도우의 위치 및 사이즈 중 어느 하나를 먼저 조절할 수 있는데, 예를 들어 위치를 먼저 조절한 이후에도 여유공간이 부족한 경우에만 사이즈를 조절하는 것이다.At this time, even when the free space is expanded, the size of the display window should be adjusted based on the set size or the minimum size set in each display window. For example, if the minimum size of the display window is 200 * 200, the free space should be expanded only within the limit that the size of the display window is 200 * 200 or more. When the free space is expanded, one of the positions and the size of the display window may be adjusted first. For example, the size may be adjusted only when the free space is insufficient even after adjusting the position first.

또한, 표시윈도우가 복수개인 경우, 우선순위에 의한 순서대로 각 표시윈도우의 위치 및/또는 사이즈를 조절한다. 예를 들어, 제1표시윈도우의 위치 및/또는 사이즈의 조절이 수행됨으로 인해 여유공간에 실행윈도우가 표시될 수 있다면, 나머지 표시윈도우들은 이전과 같이 그대로 표시될 수 있을 것이다. 상기한 우선순위는 생성순서에 의해 결정될 수 있으며(예를 들어, 나중에 생성된 윈도우일수록 조절에 대한 우선순위가 높음), 또는 각 프로그램에 따라 미리 설정될 수 있다. 또는 표시윈도우들의 실제 사용된(즉 활성화된) 시간에 의해 우선순위가 설정될 수 있는데, 쉬운 예로 활성화된 시간이 많을수록 우선순위가 낮게 책정된다.In addition, when there are a plurality of display windows, the position and / or size of each display window is adjusted in order of priority. For example, if the execution window can be displayed in the free space due to the adjustment of the position and / or size of the first display window, the remaining display windows may be displayed as before. The above priority may be determined by the generation order (for example, the higher the priority of the adjustment is for a later generated window), or may be preset according to each program. Alternatively, the priority may be set by the actual used (ie, activated) time of the display windows. As an easy example, the more time is activated, the lower the priority is.

그리고, 여유공간의 확장은 실행윈도우의 설정사이즈 또는 최소사이즈 중 어느 하나의 사이즈에 따른 공간이 생성될 때까지 진행될 수 있는데, 일례에 따르면 컴퓨팅장치는 둘 중 하나를 사용자에게 문의함으로써 어느 하나를 선택될 수 있다. 물론 이는 하나의 실시예일뿐이며, 다른 실시예에 따르면 각 프로그램에 기 설정된 우선순위를 이용함으로써, 표시윈도우와 실행윈도우의 우선순위를 비교하여, 실행윈도우의 우선순위가 높은 경우 설정사이즈에 따른 공간이 확보될 때까지 여유공간을 확장시키는 것이 우선될 수 있다. 물론, 이도 하나의 실시예일뿐이며, 다양한 방식에 의해 둘 중 어느 하나의 사이즈를 위해 여유공간을 확장시킬 수 있다.The expansion of the free space may proceed until a space corresponding to one of the set size or the minimum size of the execution window is generated. According to an example, the computing device selects one by inquiring one of the two. Can be. Of course, this is only one embodiment, and according to another embodiment, the priority of the display window and the execution window is compared by using the priority set for each program, and when the priority of the execution window is high, the space according to the setting size is different. It may be preferred to expand the free space until it is secured. Of course, this is only one embodiment, and the free space can be expanded for either size in various ways.

여유공간이 확장되면, 해당 여유공간에 실행윈도우가 표시됨으로써(S660), 사용자는 모든 윈도우가 각각의 영역에 배치된 스크린을 확인할 수 있게 된다.When the free space is expanded, the execution window is displayed in the free space (S660), so that the user can check the screen in which all the windows are arranged in each area.

여기서, 만일 표시윈도우들의 위치 및 사이즈를 조절하더라도, 실행윈도우의 최소사이즈를 갖는 여유공간이 생성되지 못하는 경우엔, 일실시예에 따라 각 표시윈도우에 설정되는 우선순위에 의해 어느 하나를 가리는 방식으로 실행윈도우를 표시할 수 있다. 물론 이는 하나의 실시예일뿐이며, 다른 예를 하나 더 들자면 이러한 경우엔 특별한 규칙 없이 실행윈도우는 스크린의 일측에 표시되거나, 사용자에게 문의하여 선택된 어느 하나의 표시윈도우에 해당하는 위치에 실행윈도우가 표시될 수도 있다.
Here, if the free space having the minimum size of the execution window is not created even if the position and size of the display windows are adjusted, in a manner of covering any one by the priority set in each display window according to an embodiment. The execution window can be displayed. Of course, this is only one embodiment, and in another example, in this case, the execution window is displayed on one side of the screen without a special rule, or the execution window is displayed at a position corresponding to one of the display windows selected by the user. It may be.

도 7 및 도 8은 본 발명의 다른 실시예에 따른 윈도우의 개수를 이용한 윈도우 표시 과정을 도시한 흐름도 및 그에 따른 예시도이다.7 and 8 are a flowchart illustrating a window display process using the number of windows according to another embodiment of the present invention and an exemplary view thereof.

도 7을 참조하면, 컴퓨팅장치는 실행윈도우 생성명령이 인식되면(S710), 표시윈도우 개수를 인식한다(S720). 즉, 현재 스크린에 표시되고 있는 윈도우의 개수가 인식되는 것이다. Referring to FIG. 7, when the execution window generation command is recognized (S710), the computing device recognizes the number of display windows (S720). That is, the number of windows currently displayed on the screen is recognized.

표시윈도우의 개수에 따라, 표시윈도우 및 실행윈도우의 위치 및/또는 사이즈가 산출되며(S730), 산출된 값에 따라 각각의 윈도우가 표시된다(S740). 본 실시예에서는 표시할 윈도우(즉, 표시윈도우 및 실행윈도우)의 개수에 따라, 스크린이 복수개의 블록으로 구분되며, 해당 블록에 각각의 윈도우들이 표시된다.According to the number of display windows, the position and / or size of the display window and the execution window are calculated (S730), and each window is displayed according to the calculated value (S740). In this embodiment, the screen is divided into a plurality of blocks according to the number of windows to be displayed (that is, display windows and execution windows), and respective windows are displayed in the corresponding blocks.

도 8을 함께 참조하면, 참조번호 810은 2개의 표시윈도우가 표시되는 스크린을 예시한 것이며, 이 상태에서 윈도우를 추가하게 되면, 참조번호 820과 같이 윈도우의 개수에 따라 3개의 블록으로 스크린이 구분되며 각 구분된 영역에 각각의 윈도우들이 표시된다. 마찬가지로 다시 새로운 윈도우가 추가 생성되면, 참조번호 830과 같이 윈도우의 개수에 따라 4개의 블록으로 스크린이 구분되어 각 윈도우들이 표시된다. Referring to FIG. 8, reference numeral 810 illustrates a screen on which two display windows are displayed. When a window is added in this state, the screen is divided into three blocks according to the number of windows as shown by reference numeral 820. Each window is displayed in each divided area. Similarly, when a new window is additionally generated, the screen is divided into four blocks according to the number of windows as shown by reference number 830, and respective windows are displayed.

도 8에 따른 실시예는 기본적으로 2개의 윈도우까지는 도 7에 따른 방식에 의해 여유공간에 실행윈도우가 표시되는 방식으로 진행되며, 3개 이상의 윈도우가 표시될 때는 개수에 의한 블록의 구분으로 표시되는 것을 예로든 것이다.In the embodiment according to FIG. 8, the execution windows are displayed in the free space by the method according to FIG. 7 until two windows are basically displayed. When three or more windows are displayed, the windows are displayed by division of blocks by the number. This is an example.

여기서, 스크린을 복수개의 블록으로 구분하는 방법으로서, 각 윈도우에 따른 우선순위를 기준으로 한다. 예를 들어, 참조번호 810과 참조번호 820을 참조하면, 윈도우1(window 1)이 윈도우2 및 윈도우3에 비해 우선순위가 높아, 윈도우1이 보다 큰 블록(제3블록(825))에 배치되고 나머지 블록(제1블록(821) 및 제2블록(823))을 나누어 윈도우2 및 윈도우3이 배치된 것이다. 또한 다른 예에 따르면, 표시윈도우의 사이즈 변경을 최소화할 수 있도록 구분된 블록들에 윈도우들을 배치시킬 수 있다. 예를 들어, 참조번호 820에서 윈도우1의 사이즈가 윈도우2보다 크면, 윈도우1을 보다 더 넓은 공간을 갖는 제3블록(825)에 배치시킴으로써 윈도우들의 사이즈 변화를 최소화할 수 있는 것이다.Here, as a method of dividing the screen into a plurality of blocks, it is based on the priority according to each window. For example, referring to reference numeral 810 and reference numeral 820, window 1 has a higher priority than windows 2 and 3, so that window 1 is placed in a larger block (third block 825). Then, the remaining blocks (the first block 821 and the second block 823) are divided into windows 2 and 3. According to another example, the windows may be arranged in divided blocks to minimize the size change of the display window. For example, if the size of the window 1 is larger than the window 2 at 820, the change in the size of the windows may be minimized by placing the window 1 in the third block 825 having a wider space.

그리고, 블록을 나눔에 있어, 각 윈도우에 따른 블록들은 해당 윈도우에 설정된 최소사이즈 또는 설정사이즈에 상응하는 사이즈를 갖도록 구분되는 것이 바람직하다. 즉, 기본적으로는 2분할, 3분할, 4분할 등에 의한 각각의 블록사이즈가 기본적으로 설정되어 있되, 해당 블록들에 각 윈도우를 표시할 때는 윈도우에 설정된 상기한 바와 같은 최소사이즈 이상 또는 설정사이즈를 가질 수 있도록 블록들의 사이즈 및 그에 따른 각 윈도우의 사이즈들이 조절되는 것이다.
In dividing the block, blocks according to each window may be divided to have a size corresponding to a minimum size or a setting size set in the corresponding window. That is, basically, each block size by 2 division, 3 division, 4 division, etc. is basically set. When displaying each window in the corresponding blocks, the minimum size or setting size as described above in the window is set. The size of the blocks and the size of each window are adjusted accordingly.

상술한 본 발명에 따른 윈도우 표시 방법은 컴퓨터로 읽을 수 있는 기록 매체에 컴퓨터가 읽을 수 있는 코드로서 구현되는 것이 가능하다. 컴퓨터가 읽을 수 있는 기록매체로는 컴퓨터 시스템에 의하여 해독될 수 있는 데이터가 저장된 모든 종류의 기록 매체를 포함한다. 예를 들어, ROM(Read Only Memory), RAM(Random Access Memory), 자기 테이프, 자기 디스크, 플래쉬 메모리, 광 데이터 저장장치 등이 있을 수 있다. 또한, 컴퓨터가 읽을 수 있는 기록매체는 컴퓨터 통신망으로 연결된 컴퓨터 시스템에 분산되어, 분산방식으로 읽을 수 있는 코드로서 저장되고 실행될 수 있다. The above window display method according to the present invention can be embodied as computer readable codes on a computer readable recording medium. Computer-readable recording media include all kinds of recording media having data stored thereon that can be decrypted by a computer system. For example, there may be a read only memory (ROM), a random access memory (RAM), a magnetic tape, a magnetic disk, a flash memory, an optical data storage device, and the like. In addition, the computer-readable recording medium may be distributed and executed in a computer system connected to a computer network, and may be stored and executed as a code readable in a distributed manner.

또한, 상기에서는 본 발명의 바람직한 실시예를 참조하여 설명하였지만, 해당 기술 분야에서 통상의 지식을 가진 자라면 하기의 특허 청구의 범위에 기재된 본 발명의 사상 및 영역으로부터 벗어나지 않는 범위 내에서 본 발명을 다양하게 수정 및 변경시킬 수 있음을 이해할 수 있을 것이다.
It will be apparent to those skilled in the art that various modifications and variations can be made in the present invention without departing from the spirit or scope of the invention as defined in the appended claims. It will be understood that various modifications and changes may be made.

10 : 스크린
20, 30, 40, 300, 400, 500 : 윈도우
310, 410 : 여유공간
821, 823, 825 : 블록
10: Screen
20, 30, 40, 300, 400, 500: windows
310, 410: free space
821, 823, 825: blocks

Claims (9)

컴퓨팅장치에서 수행되는 윈도우 표시 방법에 있어서,
실행윈도우의 생성에 대한 명령이 인식되면, 하나 이상의 표시윈도우가 차지하고 있는 영역을 제외한 스크린의 나머지 영역인 여유공간을 측정하는 단계;
상기 실행윈도우에 따른 프로그램에 설정된 설정사이즈를 갖도록 상기 실행윈도우가 상기 여유공간에 표시될 수 있는지를 검사하는 단계; 및
상기 실행윈도우가 상기 설정사이즈를 갖도록 상기 여유공간에 표시될 수 없는 경우, 상기 실행윈도우를 최소사이즈로서 상기 여유공간에 표시하거나, 상기 표시윈도우의 사이즈 또는 위치를 조절하여 상기 여유공간을 확장한 후 상기 실행윈도우의 사이즈 및 표시 위치를 결정하여 표시하는 단계를 포함하는 윈도우 표시 방법.
In the window display method performed in the computing device,
If a command for generating an execution window is recognized, measuring a free space which is the remaining area of the screen except for an area occupied by one or more display windows;
Checking whether the execution window can be displayed in the free space to have a set size set in a program according to the execution window; And
If the execution window cannot be displayed in the free space to have the set size, the execution window is displayed in the free space as a minimum size, or the size or position of the display window is adjusted to expand the free space. And determining and displaying the size and the display position of the execution window.
청구항 1에 있어서,
상기 여유공간에 상기 실행윈도우가 상기 최소사이즈의 크기로 표시될 수 없는 경우에만, 상기 표시윈도우의 사이즈 또는 위치 중 어느 하나 이상을 조절하는 것을 특징으로 하는 윈도우 표시 방법.
The method according to claim 1,
Only one or more of the size or position of the display window is adjusted when the execution window cannot be displayed in the free space in the minimum size.
청구항 1에 있어서,
상기 표시윈도우가 복수개인 경우, 활성화된 시간에 의해 결정되는 우선순위에 의한 순서대로 사이즈 또는 위치가 조절되는 것을 특징으로 하는 윈도우 표시 방법.
The method according to claim 1,
If the display window is a plurality, the window display method characterized in that the size or position is adjusted in order of priority determined by the activated time.
청구항 2에 있어서,
상기 최소사이즈는 이전에 생성되었던 윈도우들 중 가장 작은 것의 사이즈이거나, 상기 프로그램에 대응되도록 미리 설정된 것인 것을 특징으로 하는 윈도우 표시 방법.
The method according to claim 2,
Wherein the minimum size is the size of the smallest of the previously created windows or is preset to correspond to the program.
청구항 1에 있어서,
상기 설정사이즈는 상기 프로그램에 따른 이전실행 윈도우의 사이즈인 것을 특징으로 하는 윈도우 표시 방법.
The method according to claim 1,
And the set size is a size of a previous execution window according to the program.
청구항 1에 있어서,
상기 표시윈도우의 조절에 의해 확장된 여유공간에도 상기 실행윈도우가 상기 최소사이즈를 갖도록 표시될 수 없는 경우, 상기 표시윈도우에 설정된 우선순위에 의한 또는 사용자에 의해 선택된 적어도 어느 하나에 겹치도록 상기 실행윈도우를 표시하는 것을 특징으로 하는 윈도우 표시 방법.
The method according to claim 1,
If the execution window cannot be displayed to have the minimum size even in the free space extended by the adjustment of the display window, the execution window overlaps with at least one selected by the user or by a priority set in the display window. Window display method, characterized in that for displaying.
삭제delete 삭제delete 디지털 정보 처리 장치에 의해 판독 가능하며, 제 1항 내지 제 6항 중 어느 한 항의 방법을 수행하기 위한 프로그램이 기록된 기록 매체.
A recording medium readable by a digital information processing apparatus, in which a program for performing the method of any one of claims 1 to 6 is recorded.
KR1020120078670A 2012-07-19 2012-07-19 Method for displaying windows and recording-medium recorded program thereof KR101221948B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020120078670A KR101221948B1 (en) 2012-07-19 2012-07-19 Method for displaying windows and recording-medium recorded program thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020120078670A KR101221948B1 (en) 2012-07-19 2012-07-19 Method for displaying windows and recording-medium recorded program thereof

Publications (1)

Publication Number Publication Date
KR101221948B1 true KR101221948B1 (en) 2013-02-08

Family

ID=47898546

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020120078670A KR101221948B1 (en) 2012-07-19 2012-07-19 Method for displaying windows and recording-medium recorded program thereof

Country Status (1)

Country Link
KR (1) KR101221948B1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20170029382A (en) * 2015-09-07 2017-03-15 캐논 가부시끼가이샤 Information processing apparatus, control method therefor, and computer-readable medium
CN109144447A (en) * 2018-07-30 2019-01-04 Oppo广东移动通信有限公司 Split screen window adjusting method, device, storage medium and electronic equipment

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20060043083A (en) * 2004-03-31 2006-05-15 마이크로소프트 코포레이션 Grid canvas
KR20120027487A (en) * 2009-06-08 2012-03-21 애플 인크. User interface for multiple display regions

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20060043083A (en) * 2004-03-31 2006-05-15 마이크로소프트 코포레이션 Grid canvas
KR20120027487A (en) * 2009-06-08 2012-03-21 애플 인크. User interface for multiple display regions

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20170029382A (en) * 2015-09-07 2017-03-15 캐논 가부시끼가이샤 Information processing apparatus, control method therefor, and computer-readable medium
KR102041008B1 (en) 2015-09-07 2019-11-05 캐논 가부시끼가이샤 Information processing apparatus, control method therefor, and computer-readable medium
CN109144447A (en) * 2018-07-30 2019-01-04 Oppo广东移动通信有限公司 Split screen window adjusting method, device, storage medium and electronic equipment
CN109144447B (en) * 2018-07-30 2021-09-10 Oppo广东移动通信有限公司 Split screen window adjusting method and device, storage medium and electronic equipment

Similar Documents

Publication Publication Date Title
US9507480B1 (en) Interface optimization application
US10678410B2 (en) Browser-based image processing
US20170365036A1 (en) Method and apparatus for controlling image display during image editing
KR20140002788A (en) Method of cursor control
US20180024935A1 (en) Data Block Sizing for Channels in a Multi-Channel High-Bandwidth Memory
WO2016155378A1 (en) Video playing method and apparatus in application program
US20190065030A1 (en) Display apparatus and control method thereof
CN105787402A (en) Information display method and device
CN107562338A (en) Picture inspection method, device, electronic equipment and storage medium
US11169700B2 (en) Electronic device and control method thereof
JP6563522B2 (en) Content display control method and user terminal performing content display control method
CN112579187A (en) Optimization method and device for cold start of application program
KR20180066545A (en) Terminal, method for contrlling thereof and program written in a recording medium for implementing the method
KR101221948B1 (en) Method for displaying windows and recording-medium recorded program thereof
US10603585B2 (en) Display apparatus and display bending method thereof
CN107220351B (en) Page margin width calculation method and device, storage medium and electronic equipment
JP5612556B2 (en) Applying a passfill algorithm when laying out text around objects
CN107818000B (en) Operation method and device of page table
US20140300563A1 (en) Control device and control method
JP2003108286A (en) Display method, display program and recording medium
US11016584B2 (en) Electronic device having a curved display and control method thereof
US9081487B2 (en) System and method for manipulating an image
US9507766B2 (en) Tree tables for mobile devices and other low resolution displays
US9128613B2 (en) Positioning clickable hotspots on a touchscreen display
CN113010128A (en) Multi-screen interaction method and system based on BIM (building information modeling)

Legal Events

Date Code Title Description
A201 Request for examination
A302 Request for accelerated examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20160407

Year of fee payment: 4

FPAY Annual fee payment

Payment date: 20161206

Year of fee payment: 5

FPAY Annual fee payment

Payment date: 20190211

Year of fee payment: 7

FPAY Annual fee payment

Payment date: 20200212

Year of fee payment: 8