-
Notifications
You must be signed in to change notification settings - Fork 0
Repository for a programming assignment for my Introduction to Programming module of semester 1 of first year LM121 Computing Technologies. Provides code for management of an array containing Sheet names. Learning objective was to learn the backgrounds of ArrayList methods
edwardUL99/spreadsheet-tabs-management
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
------------------------------------------------------------------------- Spreadsheet Tabs Management Class Programming Assignment SEM1 YEAR1 LM121 ------------------------------------------------------------------------- PROJECT TITLE: Spreadsheet PURPOSE OF PROJECT: Programming assignment from Introduction to Programming Module SEM1 VERSION or DATE:13-02-2019 HOW TO START THIS PROJECT:Run "java Driver" in the terminal AUTHORS: Edward Lynch-Milner USER INSTRUCTIONS: On a Windows PC, double click the Run.bat file but make sure you run it inside the directory containing the java files or else errors will occur ---FOR THE TECH EXPERTS--- 1.P.S. The Driver.java file included in this project is solely for the purpose of testing every method provided by our Spreadsheet class as often as possible to provide an increased level of confidence in that the methods work correctly. You can add any commands as to your wishes in the Driver.java file to test the methods. 2.Open the command prompt, on Windows press CTRL + R and type cmd. (Shortcut below) 3.Type cd <Drive Letter>:\Dir1\Dir2 etc. For example, say the files were located in a folder called assignment inside a directory called Programming Assignment on a flash drive of drive G:, you would type: cd G:\Programming Assignment\assignment\ 4.Type "javac Driver.java" without quotes, to ensure you have the latest class file possible. Note that you will not need to compile the Spreadsheet.java file separately if it is referenced in the Driver.java file already 5.Finally enter "java Driver" and the program should execute -----SHORTCUT---- 1.Open Windows Explorer 2.Locate the directory and open it 3.Go to the navigation bar(i.e. where it shows the path) 4.Remove everything in the nav. bar and type cmd.exe and it should open a tutorial window in the directory and run the above commands
About
Repository for a programming assignment for my Introduction to Programming module of semester 1 of first year LM121 Computing Technologies. Provides code for management of an array containing Sheet names. Learning objective was to learn the backgrounds of ArrayList methods
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published