by Editorial | Nov 11, 2024 | Grade 12 - PAT, Grade 12 - Search and Sort
Java has an “array” class that offers many useful methods that you can use in your grade 12 PAT. First you will need to import the Array class import java.util.Arrays; All the methods are static i.e. “Array.nameOfTheMethod”. Here is a list of...
by Editorial | Sep 6, 2024 | Grade 11 - NetBeans, Grade 12, Grade 12 - PAT
Java version 17 (JDK 17) is a LTS (Long Term Support version of Java). We use this version together with Apache NetBeans version 17. It is a good idea to uninstall any previous versions of Java and NetBeans using Windowns Control Panel, Uninstall software. Click here...
by Editorial | Jul 28, 2024 | Grade 12, Grade 12 - PAT
Your Java PAT project and image problems using NetBeans. JFrame Form. Images are too big. They are the wrong “shape” or size. Resizing your images. Aspect ratio. Background images. Images on action buttons. Layers. Layered pane. And finally when you run...
by Editorial | Jan 27, 2023 | Grade 12 - PAT
PAT – How to start lesson You will need your Funworks grade 12 Java text book page 152 onwards There is also an alternative handout called Grade 12 Performance Assessment Task (PAT) Meeting in _General_-20230126_145010-Meeting...
by Editorial | Dec 6, 2022 | Grade 11, Grade 12, Grade 12 - PAT
Being able to move your work from one computer to another, from one school to another, and being able to work on your Java projects from any terminal that has internet access . . . Understanding how Networks works with One Drive, projects, packages, classes, the dist...
by Editorial | Nov 28, 2022 | Grade 10, Grade 10 - GUI, Grade 11, Grade 11 - GUI, Grade 12, Grade 12 - PAT
Many learners have the problem of missing images from their Java JFrameForms when they move their PAT projects from one computer to another. The reason for this is that the path to the image has been hard coded (see examples below) In lines 81, 82 and 91 the image...