Just Basic Lesson 15 Mr. Kalmes.

Slides:



Advertisements
Similar presentations
What Was I Thinking??. Key Terms 1. Control 1. Control 2. Design Mode 2. Design Mode 3. Event 3. Event 4. Form 4. Form 5. Interface 5. Interface 6. Properties.
Advertisements

An Introduction to Visual Basic Terms & Concepts.
Microsoft® Small Basic
Chapters 12 and 13 A Display Model and Graphics Classes John Keyser’s Modifications of Slides by Bjarne Stroustrup
Noadswood Science,  To know how to use Python to produce windows and colours along with specified co-ordinates Sunday, April 12, 2015.
An Introduction to Visual Basic
Common interface of Microsoft Office
Introduction to Windows Programming
Introduction to Computer in Technology. Internet Discovery Were going to define several terms that are common in Computers and Technology One way to find.
CC111 Lec7 : Visual Basic 1 Visual Basic(1) Lecture 7.
Visual Basic.NET BASICS Lesson 1 A First Look at Microsoft Visual Basic.NET.
Microsoft Visual Basic 2005 BASICS Lesson 1 A First Look at Microsoft Visual Basic.
Graphical User Interface You will be used to using programs that have a graphical user interface (GUI). So far you have been writing programs that have.
Copyright © 2010 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Starting Out with Programming Logic & Design Second Edition by Tony Gaddis.
Chapter Eleven The X Window System. 2 Lesson A Starting and Navigating an X Window System.
Lesson 1: Word – Working with Word Basics
Visual Basic .NET BASICS
Python Lesson 12 Mr. Kalmes.
Topics Graphical User Interfaces Using the tkinter Module
Microsoft Visual Basic 2005 BASICS
Visual Basic Code & No.: CS 218
Chapter Topics 15.1 Graphical User Interfaces
Event loops 16-Jun-18.
Instructor’s Guide to Teaching SolidWorks Software Lesson 1
GUI AND GRAPHICS.
Python Lesson 12 Mr. Kalmes.
An Introduction to Visual Basic
What is an operating system?
Event Driven Programming
Python Lesson 6 Mr. Kalmes.
Basic Elements of The GUI
Python Lesson 3 Mr. Kalmes.
Event loops.
Python Lessons 13 & 14 Mr. Kalmes.
Just Basic lesson 16 Mr. Kalmes.
Building an Application in the Visual Basic .NET Environment
Python Lesson 21 Mr. Kalmes.
Java Lesson 35 Mr. Kalmes.
Event loops 17-Jan-19.
Event loops 17-Jan-19.
Just Basic Lessons Mr. Kalmes.
Basic Lessons 7&8 Mr. Husch.
Just Basic Lesson 18 Mr. Kalmes.
Java Lessons 5 – 8 Mr. Kalmes.
The Basic Usage and The Event Handling in Glade.
Topics Graphical User Interfaces Using the tkinter Module
Just Basic Lesson 17 Part 1 Mr. Kalmes.
Just Basic Lessons 14 Mr. Kalmes.
Chapter 15: GUI Applications & Event-Driven Programming
Event loops 8-Apr-19.
1. You can easily select a building and mark it with color
Graphics and FLTK CSCE 121 J. Michael Moore
Python Lesson’S 1 & 2 Mr. Kalmes.
Just Basic Lessons 7&8 Mr. Kalmes.
Just Basic Lessons Mr. Kalmes.
Basic Lessons 5 & 6 Mr. Kalmes.
Just Basic Lesson 12 Mr. Kalmes.
Just Basic Lessons 9 Mr. Kalmes.
Graphical User Interfaces
Just Basic Lesson 19 Mr. Kalmes.
Java Lessons Mr. Kalmes.
Basic Mr. Husch.
Just Basic Lesson 13 Mr. Kalmes.
Just Basic Lessons Mr. Kalmes.
BASIC 17 Mr. Husch.
Event loops.
Just Basic Lessons 7 Mr. Kalmes.
Just Basic Lessons 8 Mr. Kalmes.
Event loops 19-Aug-19.
TA: Nouf Al-Harbi NoufNaief.net :::
Presentation transcript:

Just Basic Lesson 15 Mr. Kalmes

Lesson 15 Objectives Understand the concept of GUI Program windows for display of varying sizes, shapes, and colors

Lesson 15 Journal In your journal list what other programs you can run on a computer besides text based ones. The windows used to run these programs are called graphical user interface windows, or GUI.

Build the following program Lesson 15 Activity Build the following program

Result of program

Alterations We can also change the size by changing the variables WindowWidth and WindowHeight. We can change where it will open on the screen by changing UpperLeftX and Upper LeftY. We can insert buttons in the window with the button command.

Lesson 15 Assignment Use the following code as your baseline create your own unique window It must be your own

Please complete your exit slip via google forms