Java 11 Swing with Eclipse Index

Similar documents
Java 11 Swing Index. Section Title Page

Java 1.9 Swing Index

Java 1.8 Swing with Eclipse Oxygen Index

Java 1.8 Swing with Eclipse Mars Index

Java 1.8 Swing with Eclipse Neon Index

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

Chapter 12 GUI Basics

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

Summary Chapter 25 GUI Components: Part 2

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

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.

Chapter 6: Graphical User Interfaces

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

PROGRAMMING DESIGN USING JAVA (ITT 303) Unit 7

Java IDE Programming-I

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

Chapter 13 GUI Basics. Liang, Introduction to Java Programming, Seventh Edition, (c) 2009 Pearson Education, Inc. All rights reserved.

Chapter 12 GUI Basics. Motivations. The design of the API for Java GUI programming

Swing. By Iqtidar Ali

CS111: PROGRAMMING LANGUAGE II

Introduction to the JAVA UI classes Advanced HCI IAT351

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

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

Java: Graphical User Interfaces (GUI)

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

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

Packages: Putting Classes Together

Lecture 18 Java Graphics and GUIs

John Zukowski's Definitive Guide to Swing for Java 2

CSE 1325 Project Description

Java Graphical User Interfaces

Graphical User Interfaces. Comp 152

Learn Java Programming, Dr.Hashamdar. Getting Started with GUI Programming

user-friendly and easy to use.

CSE 331 Software Design & Implementation

JTcl and Swank. Bruce A. Johnson, Tom Poindexter, & Dan Bodoh. What s new with Tcl and Tk on the JVM. Wednesday, October 26, 11

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

Containers and Components

Certified Eclipse Bundle

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

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

JBuilder 8.0 JFC and Swing Programming

Programming graphics

Rizvi College of Arts, Science & Commerce Bandra (W), Mumbai Teaching Plan Academic Year

Graphical User Interface (GUI)

Chapter 12 Advanced GUIs and Graphics

CS 251 Intermediate Programming GUIs: Components and Layout

Announcements. Introduction. Lecture 18 Java Graphics and GUIs. Announcements. CSE 331 Software Design and Implementation

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

CS410G: GUI Programming. The Model/View/Controller Pattern. Model. Controller. View. MVC is a popular architecture for building GUIs

Swing. Component overview. Java UI, summer semester 2017/2018 1

Certified Eclipse Bundle

Supporting Materials

PIC 20A GUI with swing

Marcin Luckner Warsaw University of Technology Faculty of Mathematics and Information Science

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

1.1 GUI. JFrame. import java.awt.*; import javax.swing.*; public class XXX extends JFrame { public XXX() { // XXX. init() main() public static

More Swing. Chapter 14. Chapter 14 1

JFormDesigner 6 Documentation

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

11/27/2007 TOPICS CHAPTER TOPICS LISTS READ ONLY TEXT FIELDS. Advanced GUI Applications. This module discusses the following main topics:

Introduction to Graphical Interface Programming in Java. Introduction to AWT and Swing

2010 가을학기부산대학교정보컴퓨터공학부 OVERVIEW OF GUI PROGRAMMING

Summary. Section 14.1 Introduction. Section 14.2 Java s New Nimbus Look-and-Feel. 618 Chapter 14 GUI Components: Part 1

2110: GUIS: Graphical User Interfaces

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

Chapter 14. More Swing

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

Contents Chapter 1 Introduction to Programming and the Java Language

8/23/2014. Chapter Topics. Chapter Topics. Lists. Read Only Text Fields. Chapter 13: Advanced GUI Applications

Basicsof. JavaGUI and SWING

Java Programming with Eclipse

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...

BASICS OF GRAPHICAL APPS

CSE 331 Software Design & Implementation

Window Interfaces Using Swing Objects

Swing/GUI Cheat Sheet

core 2 Basic Swing GUI Controls in Java 2

core programming Basic Swing GUI Controls in Java Marty Hall, Larry Brown

Contents Introduction 1

SD Module-1 Advanced JAVA

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

SD Module-1 Advanced JAVA. Assignment No. 4

Chapter 7: A First Look at GUI Applications

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

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

Object-Oriented Programming Design. Topic : User Interface Components with Swing GUI Part III

Index. DOM, 448 XML (SAX), 449 AutoResizeMode, 188

Object Oriented Programming

Graphical User Interfaces in Java - SWING

Chapter 6: Swing and Multimedia

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.

Reports 9i. Section Title Page

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

Java 1.8 Programming

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

Window Interfaces Using Swing Objects

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

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!

Transcription:

One Introduction to Java 1 Usage of Java 2 Structure of Java 4 Flexibility of Java Programming 5 Swing and AWT in Java 7 Using Eclipse 9 Two Dialog Boxes 10 Using Dialog Boxes 11 Using Message Dialogs 13 Using ImageIcons with Message Dialogs 18 Using Confirm Dialogs 21 Using Input Dialogs 26 Using Input Dialogs with Icons and Lists 28 Using Option Dialogs 30 Making a Beep in Java 36 Exercise One 37 Three Dimensions 42 The Dimension Datatype 43 Examples of Using Dimensions 44 Methods for Dimensions 45 getscreensize() 47 Four JFrame 48 Using JFrame 49 setdefaultcloseoperation() 50 setvisible() 51 Exiting JFrames 52 setresizable() 53 setlocation() 54 setbounds() 56 Centering JFrames 57 JFrame Example 58 setlocationrelativeto() for Centreing 59 dispose() 60 Using seticonimage() 61 Using Constructors in Java Swing 62 serialversionuid 63 Creating a Constructor Method 64 JFrame Constructor 66 @SuppressWarnings 67 Exercise Two 72 Five JComponent 74 Introduction 75 Methods to Change Appearance 76 Methods to Process Components 80 Six Colour and Fonts 84 Using Color 85 Using Color with JFrame 87 Using Font 88 Seven JLabel 91 Using JLabel 92 getcontentpane().add() 93 Creating a message in JLabel 95 Using HTML with JLabel 96 Changing the position in a JLabel 99 Adding an Icon to a JLabel 101 Changing a JLabel s Colour and Font 103 RL12 Page 1 of 8 Seer Computing Ltd

Icon only JLabel 105 setverticalalignment() 106 pack() 108 Exercise Three 109 Eight Borders 112 BorderFactory 113 createemptyborder() 116 createlineborder() 117 createraisedbevelborder() 119 createraisedsoftbevelborder() 120 createbevelborder() 121 createdashedborder() 123 createstrokeborder() 126 createetchedborder() 130 creatematteborder() 132 createtitledborder() 134 Nested createtitledborder() 144 Fonts with createtitledborder() 145 createcompoundborder() 146 Exercise Four 149 Nine Mid-Level Containers 153 Containers 154 JPanels 156 JScrollPanes 158 Scroll Bar policy 161 Exercise Five 163 Ten Absolute Layouts 165 Introduction 166 setbounds() 167 Exercise Six 171 Eleven Layouts 172 JPanel and Layouts 173 FlowLayout 175 Some FlowLayout Methods 179 GridLayout 181 Some GridLayout Methods 186 BorderLayout 187 Defining BorderLayouts since Java 1.4 192 Some BorderLayout Methods 194 Exercise Seven 195 BoxLayout 198 SpringLayout 201 putconstraint() 205 Twelve Box 209 Introduction 210 createrigidarea() 212 createverticalstrut() 213 createhorizontalstrut() 214 createglue() 215 createhorizontalglue() / createverticalglue() 217 Using Box.Filler 218 Using Box as a Container 221 Exercise Eight 223 Thirteen JButton 225 Introduction 226 Example 227 RL12 Page 2 of 8 Seer Computing Ltd

Using Insets to re-size JButtons 229 Using Icons with JButtons 231 Using AbstractButton with JButtons 232 Using SwingConstants with JButtons 236 Some Methods for JButtons 237 Using HTML with JButton 240 Advanced Icons with JButtons 241 Using Rollover with JButtons 243 JButtons and ToolTips 244 BasicArrowButton 245 Fourteen Event Handling with Listeners 247 Listening for Events 248 Fifteen Private Event Listeners for JButtons 253 Introduction 254 java.awt.event.* 255 Example of Private Listener 256 ActionEvent 258 Recording the Event 259 Which Component fired the Listener 260 Using getactioncommand() 261 getvalueisadjusting() 262 getwhen() 263 Exercise Nine 264 Sixteen Public Event Listeners 266 Introduction 267 Example of Public Listener 268 Seventeen Implemented Event Listeners 270 Introduction 271 Example of Implemented Listener 272 Eighteen Listener Events 274 Introduction 275 Multiple Events with Listeners 276 Exercise Ten 279 Nineteen JTextComponent 281 Methods in JTextComponent 282 Twenty Input Components 283 Introduction 284 JTextField 285 JTextField Example 286 JTextField Initialisation 288 Other Methods for JTextField 289 Processing JTextField using gettext() 291 Listeners for JTextField 292 FocusListener with JTextField 293 ActionListener with JTextField 295 JPasswordField 298 JPasswordField Example 299 setechochar() 301 JTextArea 302 JTextArea Example 303 JTextArea and setfocusable() 305 Wrapping text in JTextArea 307 Listeners with JTextArea 310 Some methods for JTextArea 311 JFormattedTextField 314 Initialising JFormattedTextField 315 RL12 Page 3 of 8 Seer Computing Ltd

Populating JFormattedTextField 318 Using setvalue() 320 Listeners with JFormattedTextField 321 Using MaskFormatter 322 Using setfocuslostbehavior 324 requestfocusinwindow() 326 Exercise Eleven 327 Twenty One GroupLayout 329 Introduction 330 Sequential and Parallel Groups 331 addgap() 334 setautocreategaps() 335 Changing Direction of Components 336 Chained Invocation or Method Chaining 337 Adding further Groups with addgroup() 338 Controlling Resizing with addcomponent() 343 Using LinkSize to standardise sizing 346 Alignment 347 Twenty Two Selection Components 348 JComboBox 349 Using additem() with JComboBox 352 getselecteditem() with JComboBox 353 ComboBoxModel with JComboBox 354 Some methods for JComboBox 355 ItemListener with JComboBox 357 JCheckBox 358 JCheckBox Example 359 Initialising JCheckBox 360 Using HTML with JCheckBox 361 Images with JCheckBox 362 ItemListener with JCheckBox 363 JToggleButton 365 Initialising JToggleButton 366 Listeners with JToggleButtons 367 JRadioButton 368 JRadioButton Example 370 Initialising JRadionButtons 372 Icons with JRadioButtons 373 ActionListener with JRadioButton 375 Using setactioncommand() 376 setactioncommand() Example 377 Using Enumeration 379 Using AbstractButton 382 Exercise Twelve 383 JList 388 JList Example 389 setlayoutorientation() with JList 391 setselectionmode() with JList 393 setprototypecellvalue() with JList 395 setfixedcellwidth with JList 396 DefaultListModel with JList 397 DefaultListModel Example 398 Icons with DefaultListModels 400 Using Vectors 402 Methods for Vectors 403 getselectedindices() in JList 408 RL12 Page 4 of 8 Seer Computing Ltd

JList Listeners 409 ListSelectionListener 410 Using getselectedvalueslist() 411 ListDataListener 412 ListDataListener Example 413 Exercise Thirteen 415 JSpinner 418 SpinnerNumberModel 419 SpinnerNumberModel Example 420 Methods for SpinnerNumberModel 421 Change Orientation of JSpinner 422 ChangeListener with JSpinner 423 SpinnerListModel 424 SpinnerListModel Example 425 setpreferredsize() 426 ArrayLists with SpinnerListModel 428 SpinnerDateModel 429 SpinnerDateModel Example 431 DateEditor with SpinnerDateModel 433 JSlider 438 Initialising JSlider 439 ChangeListener with JSlider 441 Placing Numbers on the JSlider 442 Placing ticking on the JSlider 443 setminortickspacing() with JSlider 444 Customising the JSlider ticks 445 Some more JSlider methods 446 JSeparator 448 JSeparator Example 449 Using Box with JSeparator Example 451 Exercise Fourteen 453 Twenty Three JMenus and JPopupMenus 456 Introduction 457 JMenuBar 458 JMenuBar Example 460 JMenu 461 JMenu Example 462 JMenuBar and JTextField 463 Mnemonic with JMenus 464 MenuListener 465 MenuListener Example 466 JMenuItem 468 JMenuItem Example 469 JMenuItems with Images 470 Mnemonic with JMenuItems 471 Accelerator with JMenuItems 472 Listeners with JMenuItems 474 JMenuItem and MenuKeyListener 475 Sub-Menus in JMenus 476 JCheckBoxMenuItems in JMenus 477 JCheckBoxMenuItems with Images 479 JCheckBoxMenuItems with ItemListener 480 JRadioButtonMenuItem in JMenus 481 JRadioButtonMenuItem Example 482 JRadioButtonMenuItem with JMenu Example 483 JRadioButtonMenuItem with Images 484 RL12 Page 5 of 8 Seer Computing Ltd

JRadioButtonMenuItem and Listeners 485 Using getactioncommand() with JRadioButton 486 Using Enumeration 487 JPopupMenu 488 JPopupMenu with MouseListener 489 MouseListener Examples 490 Event.isPopupTrigger() 492 PopupMenuListener 493 JToolBar 494 JToolBar Example 496 JToolBar and setfloatable() 498 JToolBar and Listeners 499 JToolBar and Icons 500 JToolBar Orientation 501 JToolBar with JTextFields 502 addseparator() with JToolBar 504 Exercise Fifteen 505 Twenty Four Look and Feel (LAF) 508 Using setlookandfeel() 509 Standard LAF Styles 511 javax.swing.plaf.metal.metallookandfeel 513 javax.swing.plaf.nimbus.nimbuslookandfeel 514 com.sun.java.swing.plaf.motif.motiflookandfeel 515 com.sun.java.swing.plaf.windows.windowslookandfeel 516 com.sun.java.swing.plaf.windows.windowsclassiclookandfeel 517 Defaulting the LAF permanently in Java 518 Using Third Party LAFs 519 Twenty Five GridBagLayouts 520 Introduction 521 GridBagConstraints 522 GridBagConstraints Example 525 gridx and gridy 530 gridx and gridy example 531 gridwidth and gridheight 534 gridwidth and gridheight example 535 GridBagConstraints.REMAINDER 538 fill 539 fill example 540 anchor 541 anchor examples 542 insets 544 insets example 545 ipadx and ipady 546 ipadx and ipady example 547 weightx and weighty 548 Final example 552 Twenty Six JTable 558 Introduction 559 JTable Example 560 Default Settings 563 setpreferredscrollableviewportsize() 564 java.lang.arrayindexoutofboundsexception 565 Problems with the TableColumnModel 566 Adding to a JPanel 567 Using DefaultTableModel() 568 Using addcolumn() 569 RL12 Page 6 of 8 Seer Computing Ltd

setautocreatecolumnsfrommodel() 571 Changing the Width of Columns 572 setresizable() 574 Some Methods for JTable 575 Moving Columns Programmatically 576 Moving Rows Programmatically 577 Setting the Selection Mode 578 iscelleditable() 581 Accessing Cells 583 Determining the Current Cell 584 ListSelectionListener 585 ListSelectionListener Example 586 TableModelListener 590 TableModelListener Example 592 Exercise Sixteen 595 Twenty Seven Mouse Double Click 598 Introduction 599 Double Click Example 600 Twenty Eight JTree 602 Introduction 603 JTree Example 604 Populating a JTree (Top to Bottom) 606 Expand() 609 Populating a JTree (Bottom to Top) 610 Populating a JTree with more levels 611 TreeExpansionListener 613 getlastselectedpathcomponent() 614 TreeSelectionListener 615 Customising the JTree 616 Twenty Nine CardLayouts 618 Introduction 619 CardLayout Example 620 Exercise Seventeen 624 Thirty More Containers 629 Introduction 630 JSplitPane 631 setdividerlocation() with JSplitPane 635 Using setresizeweight with JSplitPane 636 JSplitPanes within JSplitPanes 637 JTabbedPane 639 JTabbedPane Example 641 Using addtab() with JTabbedPane 643 Inserting Tabs into a JTabbedPane 646 Removing Tabs in JTabbedPane 647 Positioning the Tabs 648 settablayoutpolicy for JTabbedPane 651 setmnemonic() with Tabs 653 Some Methods for JTabbedPane 654 ChangeListener with JTabbedPane 658 Thirty One More Frames 660 JInternalFrame 661 Using LAF with JInternalFrame 663 JInternalFrame Behaviour 664 Some JInternalFrame Methods 667 Adding Components to JInternalFrame 668 setjmenubar() for JInternalFrame 669 RL12 Page 7 of 8 Seer Computing Ltd

InternalFrameListener 670 isvisible() with JInternalFrame 672 JLayeredPane 673 JLayeredPane Example 677 Layouts in JLayeredPane 679 More methods for JLayeredPane 680 JDesktopPane 683 showinternalmessagedialog 684 showinternalconfirmdialog 687 Exercise Eighteen 692 Thirty Two JWindow 694 Using JWindow 695 Thirty Three Swing Timers and Progress Bars 697 Introduction 698 Methods for Swing Timers 701 Timers and Coaleace 703 JProgressBar 704 JProgressBar Example 705 JProgressBar Methods 707 Displaying text in the JProgressBar 708 JProgressBar Orientation 710 JProgressBar and ChangeListener 711 Using Threads to create a Splash screen 712 Cursors 714 Scope of Cursors 717 Creating a Custom Cursor 718 Thirty Four System Tray 719 Introduction 720 System Tray Example 722 Thirty Five Java Built-in Choosers 725 JColorChooser 726 ChangeListener 732 setpreviewpanel() 735 Using setcolor() 736 Using AbstractColorChooserPanel 737 JFileChooser 739 setfileselectionmode() 744 setcontrolbuttonsareshown() 746 FileFilter 747 setacceptallfilefilterused() 749 addchoosablefilefilter 750 Some Methods for JFileChooser 751 ActionListener with JFileChooser 752 Exercise Nineteen 755 RL12 Page 8 of 8 Seer Computing Ltd