GUI Design. Overview of Part 1 of the Course. Overview of Java GUI Programming

Similar documents
Introduction to the JAVA UI classes Advanced HCI IAT351

Control Flow: Overview CSE3461. An Example of Sequential Control. Control Flow: Revisited. Control Flow Paradigms: Reacting to the User

CSE 143. Event-driven Programming and Graphical User Interfaces (GUIs) with Swing/AWT

Window Interfaces Using Swing Objects

CSE 331. Event-driven Programming and Graphical User Interfaces (GUIs) with Swing/AWT

PROGRAMMING DESIGN USING JAVA (ITT 303) Unit 7

CSE 331. Event- driven Programming and Graphical User Interfaces (GUIs) with Swing/AWT

Tool Kits, Swing. Overview. SMD158 Interactive Systems Spring Tool Kits in the Abstract. An overview of Swing/AWT

Java Graphical User Interfaces AWT (Abstract Window Toolkit) & Swing

Window Interfaces Using Swing Objects

Basicsof. JavaGUI and SWING

Packages: Putting Classes Together

Handout 14 Graphical User Interface (GUI) with Swing, Event Handling

All the Swing components start with J. The hierarchy diagram is shown below. JComponent is the base class.

Example Programs. COSC 3461 User Interfaces. GUI Program Organization. Outline. DemoHelloWorld.java DemoHelloWorld2.java DemoSwing.

GUI Program Organization. Sequential vs. Event-driven Programming. Sequential Programming. Outline

Topic 9: Swing. Swing is a BIG library Goal: cover basics give you concepts & tools for learning more

Topic 9: Swing. Why are we studying Swing? GUIs Up to now: line-by-line programs: computer displays text user types text. Outline. 1. Useful & fun!

SD Module-1 Advanced JAVA

SD Module-1 Advanced JAVA. Assignment No. 4

Outline. Topic 9: Swing. GUIs Up to now: line-by-line programs: computer displays text user types text AWT. A. Basics

Chapter 6: Graphical User Interfaces

Introduction p. 1 JFC Architecture p. 5 Introduction to JFC p. 7 The JFC 1.2 Extension p. 8 Swing p. 9 Drag and Drop p. 16 Accessibility p.

GUI Programming: Swing and Event Handling

Table of Contents. Chapter 1 Getting Started with Java SE 7 1. Chapter 2 Exploring Class Members in Java 15. iii. Introduction of Java SE 7...

Graphics programming. COM6516 Object Oriented Programming and Design Adam Funk (originally Kirill Bogdanov & Mark Stevenson)

The Abstract Windowing Toolkit. Java Foundation Classes. Swing. In April 1997, JavaSoft announced the Java Foundation Classes (JFC).

11/7/12. Discussion of Roulette Assignment. Objectives. Compiler s Names of Classes. GUI Review. Window Events

CS 251 Intermediate Programming GUIs: Components and Layout

CSEN401 Computer Programming Lab. Topics: Graphical User Interface Window Interfaces using Swing

Chapter 14. More Swing

Starting Out with Java: From Control Structures Through Objects Sixth Edition

Part 3: Graphical User Interface (GUI) & Java Applets

The AWT Event Model 9

BASICS OF GRAPHICAL APPS

Graphical User Interfaces. Comp 152

CS11 Java. Fall Lecture 4

Java Swing. based on slides by: Walter Milner. Java Swing Walter Milner 2005: Slide 1

Graphic User Interfaces. - GUI concepts - Swing - AWT

JAVA NOTES GRAPHICAL USER INTERFACES

CONTENTS. Chapter 1 Getting Started with Java SE 6 1. Chapter 2 Exploring Variables, Data Types, Operators and Arrays 13

Java: Graphical User Interfaces (GUI)

CPS122 Lecture: Graphical User Interfaces and Event-Driven Programming

Programming graphics

11/6/15. Objec&ves. RouleQe. Assign 8: Understanding Code. Assign 8: Bug. Assignment 8 Ques&ons? PROGRAMMING PARADIGMS

Graphical User Interface (GUI) components in Java Applets. With Abstract Window Toolkit (AWT) we can build an applet that has the basic GUI

COMPSCI 230. Software Design and Construction. Swing

Introduction to Graphical User Interfaces (GUIs) Lecture 10 CS2110 Fall 2008

Datenbank-Praktikum. Universität zu Lübeck Sommersemester 2006 Lecture: Swing. Ho Ngoc Duc 1

Chapter 12 Advanced GUIs and Graphics

PIC 20A GUI with swing

GUI Basics. Object Orientated Programming in Java. Benjamin Kenwright

What is Widget Layout? Laying Out Components. Resizing a Window. Hierarchical Widget Layout. Interior Design for GUIs

CS11 Java. Fall Lecture 3

Programming Mobile Devices J2SE GUI

Java Swing. Lists Trees Tables Styled Text Components Progress Indicators Component Organizers

Event Driven Programming

Summary Chapter 25 GUI Components: Part 2

Chapter 8. Java continued. CS Hugh Anderson s notes. Page number: 264 ALERT. MCQ test next week. This time. This place.

Java continued. Chapter 8 ALERT ALERT. Last week. MCQ test next week. This time. This place. Closed book. Assignment #2 is for groups of 3

More Swing. CS180 Recitation 12/(04,05)/08

GUI in Java TalentHome Solutions

user-friendly and easy to use.

Supporting Materials

Sri Vidya College of Engineering & Technology

Swing from A to Z Using Focus in Swing, Part 2. Preface

Graphics. Lecture 18 COP 3252 Summer June 6, 2017

Systems Programming Graphical User Interfaces

Laying Out Components. What is Widget Layout?

14.2 Java s New Nimbus Look-and-Feel 551 Sample GUI: The SwingSet3 Demo Application As an example of a GUI, consider Fig. 14.1, which shows the SwingS

Graphical User Interfaces (GUIs)

Java & Graphical User Interface II. Wang Yang wyang AT njnet.edu.cn

China Jiliang University Java. Programming in Java. Java Swing Programming. Java Web Applications, Helmut Dispert

CPS122 Lecture: Graphical User Interfaces and Event-Driven Programming

2110: GUIS: Graphical User Interfaces

Programming Languages and Techniques (CIS120e)

Chapter 17 Creating User Interfaces

Advanced Java Programming (17625) Event Handling. 20 Marks

Graphical User Interfaces in Java - SWING

Swing from A to Z Some Simple Components. Preface

Graphical User Interface (GUI)

Frames, GUI and events. Introduction to Swing Structure of Frame based applications Graphical User Interface (GUI) Events and event handling

BM214E Object Oriented Programming Lecture 13

Course Status Networking GUI Wrap-up. CS Java. Introduction to Java. Andy Mroczkowski

Building Graphical User Interfaces. Overview

Building Graphical User Interfaces. GUI Principles

Unit 6: Graphical User Interface

Java AWT Windows, Text, & Graphics

GUI Components: Part 1

KF5008 Program Design & Development. Lecture 1 Usability GUI Design and Implementation

Command-Line Applications. GUI Libraries GUI-related classes are defined primarily in the java.awt and the javax.swing packages.

Week Chapter Assignment SD Technology Standards. 1,2, Review Knowledge Check JP3.1. Program 5.1. Program 5.1. Program 5.2. Program 5.2. Program 5.

More Swing. Chapter 14. Chapter 14 1

Swing UI. Powered by Pentalog. by Vlad Costel Ungureanu for Learn Stuff

Java. GUI building with the AWT

DM550 / DM857 Introduction to Programming. Peter Schneider-Kamp

5. In JAVA, is exception handling implicit or explicit or both. Explain with the help of example java programs. [16]

Overview. Building Graphical User Interfaces. GUI Principles. AWT and Swing. Constructing GUIs Interface components GUI layout Event handling

Advanced Java Programming. Swing. Introduction to Swing. Swing libraries. Eran Werner, Tel-Aviv University Summer, 2005

Java Programming Lecture 6

Transcription:

GUI Design Michael B. Spring Department of Information Science and Telecommunications University of Pittsburgh spring@imap.pitt.edu http://www.sis.pitt.edu /~spring Overview of Part 1 of the Course Demystifying Java: Simple Code Introduction to Java An Example of OOP in practice Object Oriented Programming Concepts OOP Concepts -- Advanced Hints and for Java I/O (Streams) in Java Graphical User Interface Coding in Java Exceptions and Exception handling This slide set 08/23/2000 Introduction to Java 2 Overview of Java GUI Programming Introduction and Observations Events Models IDEs versus hand-rolled code Interfaces and Adapters Layout methods Interface Objects Heavyweight Containers Containers Components 08/23/2000 Introduction to Java 3 1

Interface Programming Historically, user interfaces were developed after the difficult coding was completed Over the years, the amount of the programming effort dedicated to the interface has increased dramatically Understanding how the interface coding works makes it easier to debug problems or learn new approaches While we encourage the use of Integrated Development Environments (IDEs), this first course focuses on hand tooled code. 08/23/2000 Introduction to Java 4 Integrated Development Environments Integrated Development Environments (IDEs) are used to build complex AND standard interfaces many of the IDE efforts to simplify Java interface coding have resulting in non standard Java "Hand tooling" gives you a better sense of what's going on underneath this is important for helping you better understand building quality code 08/23/2000 Introduction to Java 5 GUIs are event driven systems The interface consists of a hierarchy of objects -- sometimes referred to as window objects or widgets. These objects fall into two broad categories: components are the basic objects in the interface -- buttons, lists, menus, etc containers are the basic objects that are used to hold objects -- panels, dialogs, etc. (Technically, containers are a subclass of components, but ignore that for now) Widgets generate events as the result of user action. These events are passed to event handlers -- methods that wait listening for an event to occur. In Java these methods are implemented as interface methods from java.awt.event classes. 08/23/2000 Introduction to Java 6 2

Evolution of Java HCI Components Java has developed rapidly over the last few years The original set of Java widgets was weak The Java 1.0 Abstract Windowing Toolkit (AWT) had few components and a weak event model The Java 1.1 AWT improved event handling In Java 1.2, new window objects were added These widgets, are called Swing and are just one part of a broader set known as as the Java Foundation Class (JFC) The Swing widgets more than double the number of interface objects and very substantially increase functionality. The JFC contains a number of features including drag and drop, keyboard accelerators, look and feel, tool tips, etc. 08/23/2000 Introduction to Java 7 Swing The Swing component and container classes provide a rich basis for interface construction The Java 1.2, the 2D Graphics API provides additional drawing capabilities in Java 1.1 the graphics drawing capabilities were primitive -- all line were only one pixel wide! Keep in mind that while Swing is built upon the AWT, the use of the AWT is denigrated AWT continues to be imported, primarily because of its event classes 08/23/2000 Introduction to Java 8 Developing an Interface There are four basic steps Create the interface objects Create methods to handle events generated by the objects Register the event generators and event handlers Run the program This means we need to know how do we create the interface what classes we have available for constructing objects how do we position the objects how do we define methods to handle events how do we link the objects generating the events with the listener methods 08/23/2000 Introduction to Java 9 3

Swing Interface Objects The Swing package contains a large number of parts We examine only a few of them in three categories heavyweight containers lightweight containers components The various classes are in the javax.swing package The classes are named JXxxx: each class is prefaced by the letter capital J The object name follows the J and starts with a capital letter e.g. JPanel Most Swing classes are lightweight Lightweight components are not mapped to their own window -- they share the window of a parent. 08/23/2000 Introduction to Java 10 Heavyweight Containers Heavyweight containers are used for base windows Heavyweight containers are JWindow, JFrame, and JDialog JFrame this is the base class for developing stand alone applications it is enhanced in several ways over the AWT frame for example, it knows how to close itself still need to override the close method to exit it has a default container for components (a JPanel) JDialog an important aspect of a dialog is its ability to be modal unlike a frame, it does not have a menubar 08/23/2000 Introduction to Java 11 Lightweight Containers There are many different kinds of panels all of which have interesting and useful function System designers should have some sense of what can and can t be done with each JPanel is the most basic container this is the container used most frequently to group objects in frames or dialogs is the basic panel and can contain both text and graphics In this section we: briefly examine the JRootPane take a little longer look at the JSplitPane define the functionality of a JTabbedPane 08/23/2000 Introduction to Java 12 4

JRootPane A basic panel used for the content of frames, windows, and dialogs It is generally not created, but simply used It is constructed of contentpane (JPanel) which contains the components glasspane (JPanel) which traps the mouse events layerdpane (JLayeredPane) which holds contentpane and menubar It has several important methods getcontentpane() getglasspane() setcontentpane() 08/23/2000 Introduction to Java 13 JSplitPane the basic focus of this object is to allow a sliding window on two components in an editor, this might be two separate text windows on the same document it could also be a graphical and textual view of the same object it provides utilities for updating the components in the split pane 08/23/2000 Introduction to Java 14 JSplitPane Constructors the constructors (selected) include: JSplitPane() Returns a new JSplitPane configured to arrange the child components side-by-side horizontally with no continuous layout. (Two buttons are used for the default components.) JSplitPane(int neworientation, boolean newcontinuouslayout) Returns a new JSplitPane with the specified orientation and redrawing style. JSplitPane(int neworientation, boolean newcontinuouslayout, Component newleftcomponent, Component newrightcomponent) Returns a new JSplitPane with the specified orientation and redrawing style, and with the specified components. 08/23/2000 Introduction to Java 15 5

Selected JSplitPane Fields a JSplitPane has several properties, including: bottomcomponent the component to the bottom or right rightcomponent the component to the bottom or right topcomponent the component to the top or left leftcomponent the component to the top or left dividerlocation either a real which gives a proportion of the window, or an integer which gives the pixel location orientation an int specifying the orientation the default is horizontal 08/23/2000 Introduction to Java 16 Selected JSplitPane Methods JSplitPane informational methods include: Component getbottomcomponent() Returns the component below, or to the right of the divider. int getdividerlocation()returns the location of the divider from the look and feel implementation. int getdividersize()returns the size of the divider. int getmaximumdividerlocation() Returns the maximum location of the divider from the look and feel implementation. int getorientation() Returns the orientation. boolean iscontinuouslayout() Returns true if the child components are continuously redisplayed and layed out during user intervention. boolean isonetouchexpandable() Returns true if the pane provides a UI widget to collapse/expand the divider. 08/23/2000 Introduction to Java 17 Selected JSplitPane Methods JSplitPane action methods include: void remove(component component) Removes the child component, component from the pane. void resettopreferredsizes() Messaged to relayout the JSplitPane based on the preferred size of the children components. void setbottomcomponent(component comp) Sets the component below, or to the right of the divider. void setdividerlocation(double proportionallocation) Sets the divider location as a percentage of the JSplitPane's size. void setorientation(int orientation) Sets the orientation, or how the splitter is divided. 08/23/2000 Introduction to Java 18 6

JTabbedPane provides an environment for organizing large amounts of information allows a progressive disclosure of information utility functions allow placement and tab titling among other things tabs can set top, bottom, right or left of the window whole tabs can be enabled or disabled 08/23/2000 Introduction to Java 19 Exercise Look up the Fields, Contructors, and Methods for a JTabbedPane and summarize them, suggesting several possible uses for this container. Consider other containers as well including: JScrollPane JEditorPane JTextPane JLayeredPane 08/23/2000 Introduction to Java 20 Components Components are the action producers and display objects that make up the user interface They can be very simple -- a JLabel or JButton They can be very complex -- a JComboBox, JTextArea, or JMenu The Swing components have many new features and utilities that make them powerful and flexible This section begins with a look at JComponent We then look at four components in some detail -- JLabel, JButton, JTextField, and JTextArea Finally, we give a functional overview of JMenu 08/23/2000 Introduction to Java 21 7

JComponents The class from which all components are derived It provides incredible common functionality A "pluggable look and feel" (plaf) Easy extension to create custom components. Keystroke-handling that works with nested components. Border property. The ability to set the preferred, minimum, and maximum size for a component. ToolTips -- short descriptions that pop up on cursor linger. Autoscrolling -- automatic scrolling in a list, table, or tree during mouse drag. Support for Accessibility and international Localization. 08/23/2000 Introduction to Java 22 JLabel Provides graphic, text,and combination labels it also now allows the use of html text to use html text, begin with "<html> nb the use of lower case the most general constructors are: JLabel (String text) Creates a JLabel with the specified text. JLabel (Icon image) Creates a JLabel with the specified icon. JLabel (String text, Icon icon, int horizontalalignment) Creates a JLabel instance with the specified text, image, and horizontal alignment methods are generally not used, 08/23/2000 Introduction to Java 23 Component with a Border A new feature all components inherit from Jcomponent is the ability to have various borders The method is setborder(border); A border argument is most easily created using the javax.swing class BorderFactory Here is an html label with a text labeled border. JPanel LP = new JPanel (new GridLayout(3,1)); String LT2="<html><FONT COLOR=RED>Red text, line<br>" + "break</font><font COLOR=WHITE> and white text</font></html>"; JLabel l3 = new JLabel(LT2, JLabel.CENTER); l3.setborder(borderfactory.createtitledborder("html Label")); LP.add(l3); 08/23/2000 Introduction to Java 24 8

JButtons Provides both text and graphic buttons Most methods come from the AbtractButton class AbstractButton also supports JMenuItem and JToggleButton the constructors are Button() Creates a button with no set text or icon. JButton(Icon icon) Creates a button with an icon. JButton(String text) Creates a button with text. JButton(String text, Icon icon) Creates a button with initial text and an icon. An ActionListener is the appropriate event handler for a JButton 08/23/2000 Introduction to Java 25 JTextField Provides the basic capability to exchange textual information across the interface inherits most of its methods from JTextComponent, as does JTextArea Constructors include: TextField()Constructs a new text field. TextField(int columns) Constructs a new empty text field with the specified number of columns. TextField(String text) Constructs a new text field initialized with the specified text. TextField(String text, int columns) Constructs a new text field initialized with the specified text to be displayed, and wide enough to hold the specified number of columns. 08/23/2000 Introduction to Java 26 Selected JTextField Methods Some of the more interesting methods include void settext(string t) Sets the text that is presented by this text component to be the specified text. void sethorizontalalignment (int Alignment) Sets the alignment of the text in the text component String getselectedtext() Gets the selected text from the text that is presented by this text component. String gettext() Gets the text that is presented by this text component. void select(int selectionstart, int selectionend) Selects the text between the specified start and end positions. void setcaretposition(int position) Sets the position of the text insertion caret for this text component. void seteditable(boolean b) Sets the flag that determines whether or not this text component is editable. 08/23/2000 Introduction to Java 27 9

JTextArea Provides a two dimensional text area Inherits most methods from the JTextComponent The constructors include: TextArea() Constructs a new text area. TextArea(int rows, int columns) Constructs a new empty text area with the specified number of rows and columns. TextArea(String text, int rows, int columns) Constructs a new text area with the specified text, and with the specified number of rows and columns. TextArea(String text, int rows, int columns, int scrollbars) Constructs a new text area with the specified text, and with the rows, columns, and scroll bar visibility as specified. 08/23/2000 Introduction to Java 28 Selected JTextArea Methods Methods include those available to JTextField Added methods related to the multiline nature include void append(string str) Appends the given text to the text area's current text. Dimension getpreferredsize() Determines the preferred size of this text area. int getscrollbarvisibility() Gets an enumerated value that indicates which scroll bars the text area uses. void insert(string str, int pos) Inserts the specified text at the specified position in this text area. void replacerange(string str, int start, int end) Replaces text between the indicated start and end positions with the specified replacement text. void setcolumns(int columns) Sets the # of columns for this text area. void setrows(int rows) Sets the # of rows for the text area. 08/23/2000 Introduction to Java 29 JMenu Menus can be placed in any container, including applets like buttons and labels, icons can be associated with any menu a menu is part of a menubar a menu is made up of menu items thus to create a JMenu, you must first create a JMenuBar You will then add JMenuItem's to the JMenu's for JMenuItem, it will be necessary to add an action listener 08/23/2000 Introduction to Java 30 10

Layout Methods how objects are laid out is controlled by layout methods. every container has an approach to how the components in the container should be laid out the object that will be used most to control layout is the panel a panel using one layout for its components can be placed in another panel that uses a different layout by nesting objects in panels, within panels, it becomes possible to move and arrange sets of objects the basic layout methods are flow layout and border layout 08/23/2000 Introduction to Java 31 FlowLayout The most basic -- simply fills the container with the added objects adds object left to right and top to bottom objects are center aligned in each row when a row is filled, a new row is begun the alignment can be changed to left or right 08/23/2000 Introduction to Java 32 BorderLayout allows objects to be placed CENTER, EAST, WEST, NORTH and SOUTH is restricted to five components you can specify a pixel gap between components if a position for a component is not specified, it is not displayed if more than one component is specified to a position, only the last is seen 08/23/2000 Introduction to Java 33 11

GridLayout allows a number of rows and columns to be specified optionally, the vertical and horizontal gap between components can also be specified the objects are laid out in sequence as added 08/23/2000 Introduction to Java 34 CardLayout this layout manager is best conceptualized as a deck of cards only the top most card is visible. each card is normally a pane with components on it this would generally be replaced now by a tabbed pane 08/23/2000 Introduction to Java 35 GridBagLayout this is the most flexible and complicated of all the layout managers -- it builds on the grid layout objects can vary in size objects can be added in any order objects can occupy multiple rows or columns using a GridBagLayout requires the specification of GridBagConstraints the x and y weight parameters of the constraints specify growth when the container grows, how much of the growth accrues to the component if it is 0, the component does not participate in growth 08/23/2000 Introduction to Java 36 12

New Layout Methods in Swing These methods and more on layout will be covered in course 2. ScrollPaneLayout -- built into the JScrollPane ViewportLayout -- built into the JViewPort BoxLayout OverlayLayout 08/23/2000 Introduction to Java 37 Events there are two event models in Java, one for 1.0, another for 1.1 the 1.0 model is sometimes still needed to write applets for 1.0 compliant browsers the 1.1 model is more mature and more inline with what we might expect the 1.1 events are contained in the java.awt package, specifically java.awt.event.* there are some additional event classes in java.swing. 08/23/2000 Introduction to Java 38 1.0 Event handler model Events are represented by the class Event Events are sent first to the handleevent method of the originating component. Events not handled by a component are passed to its parent The event object has fields that help the method such as id specifies event type (defined in the class) target specifies the object that generated the event x,y specify location data There are several event processing methods that may be defined for a component action() lostfocus() gotfocus() keyup() keydown() mouseup() mousedown() mousemove() mousedrag() The top of the hierarchy handles all events. 08/23/2000 Introduction to Java 39 13

The Java 1.1 event model The classes of events are made more specialized. ActionEvent AdjustmentEvent ComponentEvent ContainerEvent FocusEvent ItemEvent KeyEvent MouseEvent TextEvent WindowEvent A more conventional model of event handling is used objects that wish to handle events register as event listeners components/objects maintain lists of listeners in order to get an event, a target object must implement the appropriate interface ActionListener interface is an example MouseMotionListener is another example 08/23/2000 Introduction to Java 40 Event Handlers Classes (Interfaces) An event handler is introduced to a class by implementing an interface -- class BFrame extends JFrame implements WindowListener The more common basic event listener interfaces include the following: ActionListener AdjustmentListener ComponentListener ContainerListener FocusListener ItemListener KeyListener MouseListener MouseMotionListener TextListener WindowListener In Swing, there are more than 40 interfaces for specific types of events and components 08/23/2000 Introduction to Java 41 The Methods of an Interface You have used two to event handler interfaces WindowListener ActionListener WindowListener has seven methods: public void windowclosing(windowevent e) {} public void windowclosed(windowevent e) {} public void windowiconified(windowevent e) {} public void windowopened(windowevent e) {} public void windowdeiconified(windowevent e) {} public void windowactivated(windowevent e) {} public void windowdeactivated(windowevent e) {} ActionListener has only one method: public void actionperformed(actionevent e){} 08/23/2000 Introduction to Java 42 14

Adapters For interfaces with multiple methods, it may be the case that only one of the methods is really needed Adapters provide a way to define a single method adapters provide null override methods only the needed method is overridden by the user Assume a subclass of JFrame has been instantiated use the addwindowlistener method the argument to the addwindowlistener method is a WindowAdapter defining the necessary method addwindowlistener(new WindowAdapter() { public void windowclosing(windowevent evt) { System.exit(0); } }); 08/23/2000 Introduction to Java 43 Exercise Use the base source code provided Expand the code by adding text areas, menus, and other components 08/23/2000 Introduction to Java 44 15