Skip to main content

Home/ ACSE Discussion/ Group items tagged menu

Rss Feed Group items tagged

tech vedic

How to shutdown, restart or hibernate Windows 8.1 PC Using "Win+X" Menu? - 0 views

  •  
    Removal of traditional shutdown, restart or hibernate option has puzzled a lot to Windows 8 users. And understanding the concern, Microsoft has added these power options in "Win+X" Menu under Windows 8.1, which we also call "Quick Access Menu."
tech vedic

How to Clean Up Your Messy Windows Context Menu? - 0 views

  •  
    After installing bunch of applications, the context menu gets cluttered. Thus, it is important to clean those applications.
tech vedic

How to Disable Install Windows Updates and Shut Down Option in Windows Start Menu? - 0 views

  •  
    Windows Updates, as you know is a legitimate software update from Microsoft to make the operating system stable and secure for improved performance. By default the feature remains enabled, however, you have the option to configure it further. Set Windows to automatically install updates or get your permission prior to it. Generally, after Windows Update the system automatically shuts down due to the replacement of the Shut Down option in the Start menu with the "Install Updates and Shut Down" button. This phenomenon is sometime irritating.
Peter Beens

Use command line parameters with Remote Desktop Connection - 1 views

  •  
    Instead of starting Remote Desktop Connection from the Start menu, you can start it from the search box in this version of Windows, from the Run dialog box, or from a command line. With these methods, you can use additional command line parameters to control how Remote Desktop Connection looks or behaves.
Peter McAsh

Java Basics: GUI: Lesson 1 - Introduction - 0 views

  • Giving up control - Event-driven programming. The GUI programming style is referred to as event-driven programming. In this style of programming you set up the graphical user interface and initialize things. It appears that the program just stops and sits there doing nothing! There is no input loop; your program isn't trying to read from the user. You, the programmer, have to learn to give up control in two ways. Your program gives control to the GUI system, and you only get control back to when your listeners are called. At an even higher level, your program has given control to the user. It's the user who selects which of your methods to call by their choice of buttons to click on, menu items to select, etc. Listeners. When the user clicks a button (or uses another GUI component), an event is sent to listener method. Your job as a programmer is to write a listener method for each component. It's the user, not the programmer, who has control, indirectly choosing methods in your program to execute by interacting with graphical user interface components.
1 - 5 of 5
Showing 20 items per page