Skip to content

CSCI-360-01-2018/BJJ

Repository files navigation

BJJ

INSTRUCTIONS

Running the application in Netbeans:

  1. Navigate to BJJAlarmClock>Source Packages>com.csci360.alarmclock.gui
  2. Run 'ClockRadioMain.java'

Setting the time:

  1. Fill in the fields for hour, minute, and seconds.
  2. Choose 'AM' or 'PM' from the choice box.
  3. Click 'Set Time'.

Setting an alarm:

  1. Fill in the fields for hour and minute.
  2. Choose 'AM' or 'PM' from the choice box.
  3. Choose '1' or '2' from the choice box to choose a sound.
  4. Click 'Update' to set a new time for the alarm.
  5. Toggle the alarm by pressing the 'On/Off' button. *Pressing 'Snooze' while the alarm is going off will reset the alarm for 5 minutes later.

Playing the radio:

  1. Turn radio on/off using the 'Radio On/Radio Off' button.
  2. Press 'Pause' to pause the current song.
  3. Press 'Skip' to skip to the next song.
  4. Press 'Restart' to replay the current song.

CLONING:

  1. From the repo, click "Clone or download" and copy url from git.
  2. Open NetBeans.
  3. Navigate to Team>Git>Clone.
  4. Paste url to "Repository URL:"
  5. Enter User and Password.
  6. Fill in Destination Folder if neccessary, then click Next.
  7. Select the "master" branch.
  8. Leave "Scan for Netbeans Projects after Clone" checked and click "Finish"
  9. When "Clone Completed" window pops up, click "Open Project"
  10. "BJJAlarmClock" should appear in the Projects window.

ADDING, COMMITTING, AND PUSHING CHANGES:

Before making changes:

  1. Right click "BJJAlarmClock" in the Projects window.
  2. Navigate to Git>Branch>Create Branch
  3. Enter a branch name, leave "Checkout Created Branch" checked , then click "Create"
  4. Make your changes.

After making changes:

  1. Right click "BJJAlarmClock" in the Projects window, then click Git>Add
  2. Right click "BJJAlarmClock" in the Projects window, then click Git>Commit
  3. Add a message
  • changes made should appear in "Files to Commit" window
  1. Click "Commit"
  2. Navigate to Team>Remote>Push
  3. Click "Select Configured Git Repository Location:"
  4. Click "Next"
  5. Choose branch with the changes you want to push, then click "Next" and "Finish"
  6. You can set up branch tracking or not.

After pushing:

  1. Go to repo and click compare & pull request
  2. Click "Create pull request"
  3. Click "Merge pull request", then "Confirm merge"

PULLING CHANGES:

  1. Go to Team>Remote>Pull
  2. Click "Next"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages