MENUS AND PROGRESS BARS Joey Erlandson and Alex Blue.

Slides:



Advertisements
Similar presentations
BRIDGE COURSE of INFORMATION & COMMUNICATION TECHNOLOGY
Advertisements

What is Computer Software?. Hardware vs Software Got to have both to get the job done!
Operating System Basics
Introduction to Computers Section 6A. home The Operating System (OS) The operating system (OS) is software that controls the interaction between hardware.
How to Create a Transparent Image. Locate an image Locate an image, right-click on it and select “Save image as...” or “Save picture as…”
MS-Word XP Lesson 1.
Macintosh OS X. What is an operating system? O Like cars, computers have operating systems (sometimes abbreviated OS). O A computer operating system is.
 An operating system (OS) is a set of computer programs that allow the user to perform basic tasks like copying, moving, saving and printing files. 
Transferring Pictures to Your Computer via USB Cable Mary Pittman Windows Users Install Nikon View (optional) Turn computer on Turn camera off Connect.
Advanced Microsoft Word Hosted by Jared Hoffman Topics Keyboard Shortcuts Customizing Toolbars and Menus Auto Format & Auto Correct Tabs Inserting Pictures.
Week 2 (Feb.1 st, 07) Agenda for today Intro to Windows Basics Nvu.
Exploring the Basics of Windows XP. Objectives Start Windows XP and tour the desktop Explore the Start menu Run software programs, switch between them,
This demo shows how to create a simple multiple choice exercise using drop down menu boxes with the forms tool within MSWord.
Getting Started with Windows ® XP 1 Getting Started with Windows ® XP By Robert T. Grauer Maryann Barber.
Jigsaw in PowerPoint 1)Open Microsoft PowerPoint 2)Open a blank slide 3)Load a picture a) Go to Insert b) Click on picture c) Select file.
The World of MS Word. Producing a Word Document 1.Display the word processor document by either creating a new one or opening an existing document. 2.Type.
Exploring the Basics of Windows XP
How to change the default file format in Open Office Start open office writer Click on Tools click on options.
Windows & The Internet. Objectives: Identify and use computer hardware Open and close a desired program Switch back and forth between open windows Create.
FIRST COURSE Windows XP Managing Your Files. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 Objectives Develop file management strategies.
Windows Operating System and its Built-in Facilities
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
Microsoft Office 2013 ®® Managing Your Files. XP Objectives Explore the differences between Windows 7 and Windows 8 Plan the organization of files and.
Software GCSE ICT.
The Basics  Operating systems (OS) can help computer users do many things, like managing and manipulating files and folders.  Operating systems also.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 11 Committed to Shaping the Next Generation of IT Experts. Windows Vista Robert Grauer, Lynn.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 11 Committed to Shaping the Next Generation of IT Experts. Windows XP Robert Grauer, Lynn.
Introduction to MS WORD.
Introduction To Microsoft Word C Apply intermediate skills in utilizing word processing software Word processing programs make the writing process.
Exploring Microsoft Office 2007
Word 2007 What’s new in Word 2007? Bryan College presents:
MS-Word XP Lesson 9. Mail Merge The Mail Merge feature combines a list of data, typically name and address that is contained in one file with a document.
Introducing Software Computer Concepts Unit A. Introducing Software What is an Operating System? OS is the master controller for all the activities that.
Microsoft Office XP Illustrated Introductory, Enhanced with Programs, Files, and Folders Working.
What is Computer Software? EQ: What are the software components of a computer? T-IDT Describe and explore current and emerging software, including.
Lab 0 / Chapter 0 Windows XP Environment. 2 User Interfaces: A different perspective.
Computer Software Types Three layers of software Operation.
Uploading documents to the site Сlick “Add document” on the home page To send several files enable Add-on “Microsoft Office”
Microsoft Office 2008 for Mac – Illustrated Unit B: Getting Started with Mac OS X Leopard.
Microsoft Office Excel By : Juan Pratama Anandika Year : 7 Project Presentation : ICT.
Freeware Help!!! Getting what you need… When you need it most! **And no more excuses!!!
Exploring Office 2003 Vol 1 2/e - Grauer and Barber 1 Committed to Shaping the Next Generation of IT Experts. Getting Started with Windows® XP Robert Grauer.
XP Tutorial 8 New Perspectives on Microsoft Windows XP 1 Microsoft Windows XP Object Linking and Embedding Tutorial 8.
Word 2003 The Word Screen. Word 2003 Screen File Menu –Holds the options for creating a new document, opening a document, saving a document, printing.
Digital Communication Systems Comp Functions of the Operating System.
Microsoft Office 2008 for Mac – Illustrated Unit B: Getting Started with Mac OS X Leopard.
CHANGING THE VOLUME Click the volume icon in the bottom right hand corner of the screen.
U3A General Computing Class Autumn 2013 Week 4 of 10 weeks. Mondays 4:15 to 5:45 pm Half Term – Miss 21 and 28th of October 2013 U3A new members tea &
PowerPoint 2007 What’s new in PowerPoint 2007? Bryan College Presents:
What to look for in Software When you are looking at software you will want to make sure that is compatible with the computer that you are using. Home.
Microsoft Equation Editor MGS 8110 Regression and Forecasting.
Operating Systems. Define OS Operating System is a type of system software. Operating system software includes instructions that allow a computer to run.
Copyright © 2008 Pearson Prentice Hall. All rights reserved. 11 Committed to Shaping the Next Generation of IT Experts. Windows.
MS Office Local Government Scheme Based Training Microsoft Office Suit  The Microsoft Office Suite is a package of office productivity software released.
Operating System Basics. Outline The User Interface Running Programs Managing Files Managing Hardware Utility Software.
XP Creating Web Pages with Microsoft Office
5.2 Microsoft Excel.
Macintosh & Linux Used to fill in pg 5 & 6 of “Operating Systems” Packet.
Customizing the Quick Access Toolbar in Microsoft Office
How to use this template
How to use this template
5.2 Microsoft Excel.
1. Select tools 2. From the dropdown menu choose Internet Options.
Software and Programming
Software and Programming
Delete Comments After corrections have been made or you change your mind about something, you might want to delete the comment. Just highlight the comment.
Презентация құру тәсілдері
Learning the Basics of Microsoft Word 2010 for Microsoft Windows
Windows Vocabulary Beth Felton McKelvey.
Presentation transcript:

MENUS AND PROGRESS BARS Joey Erlandson and Alex Blue

WHAT IS A MENU?  In computing, a menu is typically a dropdown with several options and tasks that can be chosen  Menus are usually hierarchically organized  They can allow access to multiple levels of a menu  An example is the File, Home, or Insert menu in several Microsoft Office applications

MENU IN JAVA  Declaration :  menuBar = new JMenuBar();  menu = new JMenu("Menu");  Invocation:  frame.setJMenuBar(demo.createMenuBar());

CHANGE IN MENUS OVER TIME (WINDOWS) Windows XP Windows 98 Windows 8

CHANGE IN MENUS OVER TIME (MAC) Original Macintosh Mac OS 9 Upcoming OS X v10.10 Yosemite

WHAT IS A PROGRESS BAR?  A progress bar is a tool for a computer user to see the progress of a computer operation that is currently under task  There are several different forms of progress indicators, like bars, shapes, lines, and other ways that show gradual progress  Some examples of progress bars are in copying and deleting files, loading bars in video games, and saving progress

PROGRESS BAR IN JAVA  Declaration :  progressBar = new JProgressBar(0, 100);  Invocation :  ProgMenu demo = new ProgMenu();

Examples of Progress Bars

References:    p://docs.oracle.com/javase/tutorial/uiswing/examples/component s/MenuDemoProject/src/components/MenuDemo.java p://docs.oracle.com/javase/tutorial/uiswing/examples/component s/MenuDemoProject/src/components/MenuDemo.java  p://docs.oracle.com/javase/tutorial/uiswing/examples/component s/ProgressBarDemoProject/src/components/ProgressBarDemo.java