Skip to content
Snippets Groups Projects
Commit 8e574de9 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

capitalization NetBeans

parent bc63617a
No related branches found
No related tags found
No related merge requests found
# Networked Graphics MV3500 Course Assignments using Netbeans
# Networked Graphics MV3500 Course Assignments using NetBeans
## Initialization and Refresh
To submit homework via Netbeans to the gitlab server you will first need to
To submit homework via NetBeans to the gitlab server you will first need to
clone a copy of the course repository at
* https://gitlab.nps.edu/Savage/NetworkedGraphicsMV3500
Use Netbeans to upload/update your homework assignments as follows:
Use NetBeans to upload/update your homework assignments as follows:
1. *context menu:* **Git > Remote > Pull from Upstream** to first always ensure you update your repository
1. *Making sure:* Did you perform step one and pull git to refresh your local version?!
1. Select file of interest in Netbeans tab for Files
1. Select file of interest in NetBeans tab for Files
1. *context menu:* **Refactor/Rename** and take spaces out of file name (gets wacky on various operating systems, email etc.)
1. Ensure Java classes and source files start with your last name
1. *context menu:* **Run file**(s) to test
......@@ -21,7 +21,7 @@ Use Netbeans to upload/update your homework assignments as follows:
## Adding and Editing Your Files
All MV3500 cohorts have source code collected under a common Netbeans project.
All MV3500 cohorts have source code collected under a common NetBeans project.
1. Find your current cohort src subdirectories, for example
* [assignments / src / MV3500Cohort2024JulySeptember](src/MV3500Cohort2024JulySeptember) (we are here!)
......@@ -54,7 +54,7 @@ After committing and pushing, you can now verify that your files are been shared
## References
* [Netbeans](http://www.netbeans.org) and [Using Git Support](https://netbeans.apache.org/kb/docs/ide/git.html) with [tutorial video, version 8.2](https://www.youtube.com/watch?v=rs3QSq5hNf4)
* [NetBeans](http://www.netbeans.org) and [Using Git Support](https://netbeans.apache.org/kb/docs/ide/git.html) with [tutorial video, version 8.2](https://www.youtube.com/watch?v=rs3QSq5hNf4)
* [GitLab Flavored Markdown (GFM)](https://docs.gitlab.com/ee/user/markdown.html) and [Markdown Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Here-Cheatsheet)
* UML [Sequence diagram](https://en.wikipedia.org/wiki/Sequence_diagram) on Wikipedia
* [Wireshark](https://www.wireshark.org) network protocol analyzer
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment