From e3571ebdc2370fa32963718905b438b6c7f44741 Mon Sep 17 00:00:00 2001 From: James Su Date: Wed, 25 Sep 2019 16:51:05 +0000 Subject: [PATCH] Update GUI.md --- Grade 10/Computer Science/ICS4U1/GUI.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Grade 10/Computer Science/ICS4U1/GUI.md b/Grade 10/Computer Science/ICS4U1/GUI.md index e69de29..01fbaa2 100644 --- a/Grade 10/Computer Science/ICS4U1/GUI.md +++ b/Grade 10/Computer Science/ICS4U1/GUI.md @@ -0,0 +1,17 @@ +# Graphical User Interfaces (GUI) + +## What is a GUI +- Graphical user interface +- User friendly way to interact with a program +- Allows the use of buttons and images ratherthan text + +## Creating + +- The class of a GUI in java must be deinfed ina a fdifferent way than regular + +## Codinga GUI +Java foundation calssesw must be imported +- javax.swing.*; +- java.awt*.; +- Class instance variable +- \ No newline at end of file