Graphical user interface layout customizer

Computer graphics processing and selective visual display system – Display driving control circuitry – Controlling the condition of display elements

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C345S674000, C345S215000, C345S215000, C345S215000, C345S215000, C345S215000, C345S215000, C707S793000

Reexamination Certificate

active

06738079

ABSTRACT:

BACKGROUND OF THE INVENTION
1. Field of the Invention
The present invention relates generally to graphical user interface design and programming. More specifically, it relates to computer software for managing the construction of a GUI in a Java™ programming environment.
2. Discussion of Related Art
Designing an efficient and ergonomic user interface is an integral stage of most application development projects. The graphical user interface (“GUI”) is what the user sees and interacts with. The GUI must present information and choices to a user in a way that is not only pleasing and natural to the eye but conducive to efficient use of the underlying application. Thus, designing an effective GUI can take significant time and resources, not only in the actual design of the GUI but in simply trying different configurations and layout, often “on the fly,” and actually seeing what works on the screen.
However, most GUI layout managers are difficult to work with and have several drawbacks. None have the flexibility, robustness, and simplicity needed to easily layout visual components in a GUI in a pleasing and resizable arrangement with a minimum of developer effort. Some are flexible and give the GUI designer many options, but are difficult to use and require too much time from the designer. These include GridBagLayout Layout Manager and BorderLayout Layout Manager.
For example, although GridbagLayout is a powerful layout manager in Java™ application programming, developers must create and specify a GridBagConstraints object before a component can be added to a container. The elements of a GridBagConstraints object are complex and not easily understood. Use of a GUI to specify a GridBagLayout easily is virtually impossible, forcing developers to hand code the placement of the components (e.g., buttons, text labels, etc). In other words, developers cannot “drag and drop” components directly into the layout manager. BorderLayout is also flexible and allows components to be aligned at the center or north, south, east, and west sides of a container. However, it has no concept of placing components anywhere else, and requires nesting containers several layers deep to do certain tasks. BorderLayout can only respect one dimension of a preferred size of a component for the north, south, east, and west alignments; for center, the preferred size is completely ignored. In addition, both layout managers are difficult to understand for new users.
Other layout managers are simple to use but have limited abilities, such as FlowLayout and GridLayout. For example, FlowLayout adheres to a component's natural preferred size and lays components out from left to right, one after another. However, components are not aligned in the vertical direction, and resizing the container can cause components to shift row or columns. With GridLayout, and another layout manager, BoxLayout, components are forced into cells having the same size.
In addition to the individual drawbacks of each of the layout managers, converting from one layout manager to another is difficult. The best that can be done presently is capturing the current size and position of a component within its container. There is no process among the layout managers to capture the way a component changes its size or position when the container is resized. Furthermore, existing layout managers have complex internal state data that attaches to a GUI that must be saved to persistent storage and restored. For example, with FlowLayout it may be the alignment and gap sizes, or the rows, columns, and gap sizes for GridLayout, or a host of variables for GridBagLayout. In addition, layout specific constraint objects may also need to accompany each component in the GUI.
Another drawback of existing layout managers, notably in the more powerful ones, is the lack of a constraintless add function, which forces designers to layout components using programming code, rather than using a graphical layout tool. FlowLayout and BoxLayout allow a constraintless add function, but FlowLayout does not align in the vertical direction and BoxLayout forces everything to be the same size.
Therefore, it would be desirable to have a layout manager that is easy and intuitive to use without sacrificing flexibility, robustness, and power. It should allow a user to position and size components, using a drag and drop process, as desired, without limitations and constraints that prevent designing an optimal GUI with reduced time and effort from the designer. It would also be desirable to have a layout manager that is stateless such that state data is contained in the individual components and one that can optionally conform to Java™ look and feel guidelines.
SUMMARY OF THE INVENTION
To achieve the foregoing, graphical user interfaces and computer-readable media are disclosed which provide a unique user interface that gives a GUI developer significant flexibility and strength in designing a layout for an application user interface, while keeping the process for the developer simple and efficient. In one aspect of the present invention, a graphical user interface for constructing an end-user application user interface is described. The graphical user interface used by the GUI developer has several components. One component is a container or user interface area having multiple rows and columns, the rows and columns creating multiple cells, a cell being defined by the intersection of a row and column. The container is surrounded by a border. The graphical user interface also has an icon or button that allows for dynamically adding a column or a row. Another component is a toolbar for displaying a plurality of icons including a set of row and column sizing type icons including an adjustable, natural-size type icon, also referred to as a preferred spring type icon.
In another aspect of the invention, a graphical user interface is described. The interface has a panel, which has multiple rows and multiple columns. Also included in the user interface is a graphical symbol that represents a preferred spring row and column type. This symbol is placed in the top or left border around the panel where a particular column or row is of a preferred spring type. A preferred spring type allows a row or column having a component or some type of content to take on a preferred size, based on the natural size of the component. The size (width of the column or height of the row) varies and will fit the preferred size of the component. The size will not shrink to less than the preferred size of the component. The size will also vary based on modifications performed on the panel.


REFERENCES:
patent: 5206950 (1993-04-01), Geary et al.
patent: 5555369 (1996-09-01), Menendez et al.
patent: 5632009 (1997-05-01), Rao et al.
patent: 5796401 (1998-08-01), Winer
patent: 5838317 (1998-11-01), Bolnick et al.
patent: 5883623 (1999-03-01), Cseri
patent: 5983268 (1999-11-01), Freivald et al.
patent: 6014138 (2000-01-01), Cain et al.
patent: 6078323 (2000-06-01), Gest
patent: 6414679 (2002-07-01), Miodonski et al.
patent: 0 513 553 (1992-11-01), None

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

Graphical user interface layout customizer does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with Graphical user interface layout customizer, we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Graphical user interface layout customizer will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-3224727

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.