answersLogoWhite

0

No, Design time

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What software component has icons or menus that you can select to perform a function or run a program?

Graphical user interface


Which property of menu can not be set at run time?

In most user interface frameworks, the property of a menu that typically cannot be set at runtime is the menu's structure or hierarchy. While you can modify properties like visibility, enabling/disabling items, and updating their labels during runtime, the fundamental organization of the menu items—such as adding or removing top-level menus or submenus—usually requires design-time configuration. This limitation ensures consistency in the user interface and prevents potential runtime errors.


What are the needs of operating system in a computer?

An operating system provide an interface between the user and hardware. operating system is a platform in which all the user applications can run


Does the Suunto GPS watch have a simple user interface?

The Suunto GPS watch do have a simple user interface, If you often run cross-country but am limited to the routes I know off by heart. and are thinking of buying a Suunto GPS watch so I could run different routes. the suunto is easy.


What is command oriented operating system?

An operating system that doesn't have a graphical user interface, you have to run it using commands only.


What is cui software?

CUI means Command User Interface. In such a software, we can use only commands to run, edit or terminate a program.


What do you mean GUI?

GUI stands for Graphical User Interface. It is a programming technique that allows the user to visually interpret commanding the program driving the GUI. All versions of Windows are GUIs. Computer games are GUIs. This is opposed to text based user interfaces. DOS (Disk Operating System) was the first operating system for the AT style desktop computer. It presented itself to the user with a ">" prompt on the command line. The user typed in a DOS command and told the computer to execute the command by hitting the "Enter" key. The computer responded to the command with lines of ASCII text on the display. LINUX is a text based operating system. There are several different GUI layers that run on top of a LINUX based operating system.


What is the need of interfaces while super classes are there?

Defining an Interface and implmenting it in Java is a security measure. An Interface limits how a Class can be modified and accessed. The security measure is there to prevent an object or user from accessing the superclass and changing an attribute or method that will effect how the class performs at run time or when compiling. The interface also clearly provides a blueprint to a user when implementing the functionailty of a the class. Yet another need for interfaces is when an a class cannot be initialized and needs a special implementation to be required which is accomplished with an Interface.


Is the user interface a part of the operating system?

This answer depends on how technical your answer needs to be. The user interface ships with the operating system, so the average computer user might consider the user interface to be a part of the system. If you care to get technical, however, the user interface is not part of the operating system.On all versions of Windows since at least 3.1, the graphical user interface is a module that runs atop the kernel, and is not actually part of the operating system. In fact, it can be swapped out for a different user interface, and the operating system will still run.Similarly, you can remove the user interface, and the system will still operate (this is how some servers are configured; not loading a graphical interface can reduce memory and processor usage). Contrast this to a driver; if you remove a driver, the system will not run that hardware, thus, an installed driver becomes part of the operating system.Technically, anything that runs in "ring level 0" on an Intel-based processor is part of the operating system, and everything else is not. If the user interface were in ring level 0, programs would be running with kernel permissions, and could thus take over the system without difficulty, since they would already be "in the kernel."The user interface is not trusted, and so runs outside the kernel to allow the system to be more reliable.


What is one advantage of using Linux rather than a Windows operating system?

1.Linux is MultiTasking OS. 2.Linux won't affect by virus, Because it wont run .exe files. 3.It is Multi User OS. 4.Both GUI(Graphical User Interface) and TUI(Text User Interface).


What is the purpose of X client in Linux?

X clients are merely programs that run on X. There is no actual program called X Client. The X SERVER is the foundation for building graphical user interfaces on most UNIX systems, it is the interface between the user, user interface, and display drivers. Things like KDE and GNOME run on top of the X server. But anything you run on X is an X client: Firefox, openbox, kopete, KDE, VLC, mplayer, you name it.


Unix is CUI or GUI?

Unix is an operating system that provides a Common User Interface (CUI) for controlling a computer. Thus CUI can run an application that provides a Graphical User Interface (GUI) which makes controlling what the computer does a little easier (e.g. GNOME - The GNU Object Model Environment).