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 | 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 | May 31, 2021 | Grade 11, Grade 11 - NetBeans, Grade 12 - Cheat Sheets
NetBeans can be very helpful – sometimes toooo helpful which is why we start coding in jGRASP. Here are some shortcuts to begin with . . . psvm <tab> – public static void main(String[]args) sout <tab> – System.out.println(”...
by Editorial | Oct 23, 2020 | Grade 11, Grade 11 - NetBeans, Grade 12
This post also deals with reading in irregular text files using the Scanner class NetBeans – How to . . Manage projects, packages and classes. Manage which main method is used/loaded (which main method is the point-of-entry) How to run more than one main...
by Editorial | Jun 10, 2020 | Grade 11 - GUI, Grade 12, Grade 12 - PAT
We are going to create a graphical user interface for this java program that also reads in a text file. The comments will describe what it does and how it works. The process has been broken down into a number of short steps to make downloading easier. Here is a copy...