Gr 12 – PAT help files

When preparing your Java application program for your grade 12 PAT project, you need to include online help for the user eg dialog boxes, helpful messages and prompts, tooltips,  and of course context-sensitive help for each of the major GUIs. Context-sensitive help...

Gr 12 – SQLite

SQLite is a serverless SQL solution which makes it perfect for your grade 12 PAT. It is also suitable for a LAN with tight security restrictions. SQLite is open source and is perhaps the most used code on the planet – it is even in your browser software. Most of...