From ba25ac8cf33302b7f56b21171ae965a8649ccb18 Mon Sep 17 00:00:00 2001 From: James Su Date: Thu, 26 Sep 2019 15:39:59 +0000 Subject: [PATCH] Delete GUI.md --- Grade 10/Computer Science/ICS4U1/GUI.md | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Grade 10/Computer Science/ICS4U1/GUI.md diff --git a/Grade 10/Computer Science/ICS4U1/GUI.md b/Grade 10/Computer Science/ICS4U1/GUI.md deleted file mode 100644 index 01fbaa2..0000000 --- a/Grade 10/Computer Science/ICS4U1/GUI.md +++ /dev/null @@ -1,17 +0,0 @@ -# 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