An Eclipse Plugin for Creating Windows Graphical User Interfaces

Slides:



Advertisements
Similar presentations
Introduction to Computers Section 6A. home The Operating System (OS) The operating system (OS) is software that controls the interaction between hardware.
Advertisements

Designing a Graphical User Interface (GUI) 10 IST – Topic 6.
ComfortLink™ II Control. ComfortLink™ II Smart Control This is not just a thermostat. It’s an energy command center. Trane ComfortLink™ II is an easy-to-use,
Copyright © – Curt Hill Files to Hand-In And other things you should know.
Emissions and Energy Reporting System How to print your report This presentation works best if you are able to use audio on your computer. Some events.
How to post to Wordpress Chruton Budd. Click on the Login link.
1 Mobile Computing Mobile First (formerly Worklight) Copyright 2015 by Janson Industries.
Building Web Pages With Microsoft Office. Introduction This tutorial is for the beginning web builder. It utilizes software that you already have, Microsoft.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
Open an internet browser such as internet explorer.
PowerPoint 2002 Linking Video in Presentation and Delivering Presentation on the Road.
Exploring the Basics of Windows XP
Open Source Software WampServer Presented By Mr. R.Aravindhan.
TC2-Computer Literacy Mr. Sencer February 8, 2010.
INTRODUCTION TO OPERATING SYSTEMS. An operating system is a program that controls the overall activity of a computer. Like an orchestra conductor an operating.
Programming with Microsoft Visual Basic 2012 Chapter 12: Web Applications.
Creating Integrated Web-based Projects using Microsoft Word.
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
Introduction to Android. Android as a system, is a java based operating system that runs on the Linux kernel. The system is very lightweight and full.
Section 2 Software.
Downloading defined: Downloading is the process of copying a file (such as a game or utility) from one computer to another across the internet. When you.
Presented by: Introduction to iTunes U BCC on iTunes U.
Copyright © Curt Hill Java Looking at our first console application in Eclipse.
Downloading and Installing Autodesk Revit 2016
Copyright © Curt Hill First Window Builder Program Easy GUIs in Eclipse.
Windows Builder An Eclipse Plugin for Creating Windows Graphical User Interfaces Copyright © 2014 Curt Hill.
Web Design Introduction Quiz Review. Who is Tim Berners-Lee?
Downloading and Installing Autodesk Inventor Professional 2015 This is a 4 step process 1.Register with the Autodesk Student Community 2.Downloading the.
Liferay Installation Prepared by: Do Xuan Hai 8 August 2011.
Unit 1 Welcome to the Internet: the Tools of the Trade.
Copyright © Curt Hill Tortoise SVN A Subversion Client.
How to Install Eclipse Click hereClick here to download Eclipse.
Copyright © 2012 MICS‘12 and Curt Hill Development Systems: A Review Curt Hill Professor of Math and Computer Science Valley City State University
The following Presentation © is made by n more 206/A, 1 st Floor, 4 th Cross Thrimoorthy Colony, Mahindra Hills, East Marredpally Secunderabad –
1 What is JQuery. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax* interactions.
MOODLE: The Image Project REMINDER: Your group’s 5 best images are due on Friday, September 30, 2011 by 11:59 PM! REMINDER: Your group’s 5 best images.
Copy of the from the secure website - click on the AccoridaLife.zip link.
Copyright © 2015 – Curt Hill Window Builder Again Some more features.
Compare Programs What do they need to do to be helpful? Copyright © 2016 Curt Hill.
Download & Convert Videos 1.How to Download Videos from YouTube & other Web sites; and 2.Convert them to WMV format so can be edited in Windows Movie Maker.
ML-Dev: SML Plug-in for Eclipse Yevgeniy Bangiyev 02/07/07 Yevgeniy Bangiyev 02/07/07.
IBM Worklight environment setup 1. Eclipse IDE Multi-purpose integrated development environment (IDE) Open source Supported for Windows, Mac OS X, Linux.
Introduction to Algorithm. What is Algorithm? an algorithm is any well-defined computational procedure that takes some value, or set of values, as input.
Computer Skills Chapter 2. Software Software: is a set of programs, data, and information. Program: is a set of sequence instructions that tell the computer.
Getting Started with Dreamweaver
What is Microsoft Internet Explorer?
PowerShell Introduction Copyright © 2016 – Curt Hill.
Documentation Generators
Install and Configure CLion
How to Install an old version of Adobe Reader on Mac OS.
Predefined Dialog Boxes
Install Ruby If you are running on Mac OS X, Ruby is preinstalled.
Compilers, Make and SubVersion
Create and edit web pages 2
Nat 4/5 Computing Science Operating Systems
A poorly named Curt Hill utility program
Citation Map Visualizing citation data in the Web of Science
HOW TO INSTALL AOL DESKTOP GOLD The popularity of AOL Desktop Gold in the world of desktop software is increasing and along with it, the demand increases.
Information Technology Ms. Abeer Helwa
Click Audacity Installer link
Accomplishing Executables
Getting Started with Dreamweaver
Cmdlets “Command-lets”
First Window Builder Program
Java Looking at our first console application in Eclipse
Making a non-linear slide show
Help Me FedEx – Installing and Using
An Eclipse Plugin for Creating Windows Graphical User Interfaces
Java Code Review with CheckStyle
Human-computer interaction
Presentation transcript:

An Eclipse Plugin for Creating Windows Graphical User Interfaces Windows Builder An Eclipse Plugin for Creating Windows Graphical User Interfaces Copyright © 2014-2016 Curt Hill

Introduction Our previous programs have had limited interaction with the user: Select a file using FileChooser which generates a common dialog box Input using Scanner and System.out.print(ln) The latter is a console approach That faded in popularity in the 1980s Now we are going to install Window Builder This will allow use to easily build GUIs Copyright © 2014-2016 Curt Hill

What is a Plugin? A plugin extends a piece of software with new capabilities Not every piece of software allows plugins Eclipse does There are plugins for many things, two I have used: Windows Builder for windows programming Android development Now we install Copyright © 2014-2016 Curt Hill

Installation We will open a particular website The Window Builder URL is: http://www.eclipse.org/windowbuilder/download.php Next we will open Eclipse to install new software We go through some dialog boxes and this will finish the installation Here are some screen shots Copyright © 2014-2016 Curt Hill

Original Copyright © 2014-2016 Curt Hill

Further Down in that Page Copyright © 2014-2016 Curt Hill

Choosing Select the Release link of the version of Eclipse used In 2016 it was usually Mars, but could be others The result should look similar to this Copyright © 2014-2016 Curt Hill

The Download page Copyright © 2014-2016 Curt Hill

Next Start up Eclipse while leaving the web browser up This will also tell the version Then go to the menu: Help/Install Software Picture: Copyright © 2014-2016 Curt Hill

Help/Install New Software Copyright © 2014-2016 Curt Hill

Dialog Copyright © 2014-2016 Curt Hill

Copy Copy or drag the URL to the Work With box This should then produce Copyright © 2014-2016 Curt Hill

After Copy or Drag Copyright © 2014-2016 Curt Hill

Select All Copyright © 2014-2016 Curt Hill

Install Details Copyright © 2014-2016 Curt Hill

Now What? Window builder should be installed as an Eclipse plugin Now we have to use it to build a GUI That will await a further presentation Copyright © 2014-2016 Curt Hill

Finally Do these things to install Windows Builder We will see how to use it later Copyright © 2014-2016 Curt Hill